arun sundaram
2013-06-20 05:58:54 UTC
I have a dll (say mydll.dll) containing a class MyClass with function MyFunction
I was trying to set a breakpoint using
bp mydll!MyClass::MyFunction and I get an error
Couldn't resolve error at mydll!MyClass::MyFunction
I know that the dll is loaded since when I do lm
I see mydll listed in the list of modules.
any thoughts or pointers?
I was trying to set a breakpoint using
bp mydll!MyClass::MyFunction and I get an error
Couldn't resolve error at mydll!MyClass::MyFunction
I know that the dll is loaded since when I do lm
I see mydll listed in the list of modules.
any thoughts or pointers?