Activity overview
Latest activity by Alex83
The library contains both C# and C++ code. Maybe this is the reason? I see a strange thing. This dll is used in another app. When I start the app, attach to it with a debugger and place breakpoints to some function, I get the breakpoint triggered. Now I load the dll in my app, which is simple and where I run the same function, this breakpoint is not triggered. This sounds vague and no details at all, but I can provide more info. / comments
The library contains both C# and C++ code. Maybe this is the reason?I see a strange thing. This dll is used in another app. When I start the app, attach to it with a debugger and place breakpoints ...
Generate PDBs - Some methods could not be decompiled
Is it possible to do something with that?It decompiled roughly half of 2000 methods. And of course, it did not decompile methods I need most.Any help is appreciated.I use VS 15.8.0Reflector 10.1.7....