I'm trying to debug a d2 loader plugin (injected dll) and well I can't seem to get it to work. I get the error "code not found, breakpoint not set" if I try to breakpoint on any line in the source.
I've set my symbol path to:
SRV*c:\websymbols*http://msdl.microsoft.com/download/symbols;D:\coding\C++\d2loader dll\Debug
my source path to:
D:\coding\C++\d2loader dll
and my image path to:
D:\Program Files\Diablo II\Plugin
What am I doing wrong?