|
I have decompiled the third party code that I need to debug. However, when I attach to the process and try to step into the decompiled code the debugger steps right over it. Also, when debugging the code with a breakpoint set in the decompiled code the breakpoint is disabled with a message indicating that the symbols are not loaded. I have the Visual Studio plugin installed and also have the professional version of .Net reflector. Why will it not step into the decompiled code?
(comments are locked)
|
|
Please can you use the Debug/Windows/Modules window to determine which assembly is being used? This window also allows you to see the pdb files that the system tried to match against the loaded assembly, and explains why the relevant pdb didn't match.
(comments are locked)
|

