Discussion:
issue setting breakpoint
(too old to reply)
arun sundaram
2013-06-20 05:58:54 UTC
Permalink
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?
Amit Rathore
2014-03-08 18:31:39 UTC
Permalink
You do not have correct symbols, it seems to me..

Loading...