Project ->
Properties -> Configuration Properties -> Build -> Generate Debugging
Information
- Start Debugging (attach to process)
- In DotPeek generate a PDF file for the needed assembly
- In Visual Studio
- ools -> Options -> Debugger
- Uncheck "Enable Just my Code"
- In Visual Studio
- Debug -> Windows -> Modules
Then find the dll you need, right
click and choose Load Symbols and find the path to your PDB file
- Debug > New Breakpoint in fuction > enter full name of function including namespace
Full
path to a code file after decompiling (after stopping Debugging)
C:\Users\Olga.Kogan\AppData\Local\JetBrains\Shared\v08\DecompilerCache\decompiler\B14E121C-785E-4E83-8327-27F61CB85B2F\6e\133e63bc\AuthenticationClient.cs


No comments:
Post a Comment