dotPeek 2017.3 Help

Decompiler

Tools | Options | Decompiler

In this page of dotPeek options, you can define the way dotPeek displays and navigates code from the explored assemblies. For more information, see Navigating to Compiled Code.

ItemDescription
Use sources from symbol files when available Select this check box to use debug information (PDB files) to find appropriate source files and use them to display and navigate the code.
If this check box is selected and the source files are available via the debug information, dotPeek displays and navigates to the original source code (for portable PDBs, embedded sources can be used).
If this check box is cleared or if source files are not available, dotPeek decompiles the code.
Allow downloading from remote locations Select this check box to enable downloading sources from Symbol Server or other remote locations. If symbol files are available both locally and remotely, dotPeek will display local symbol files.
Show XML documentation in decompiled sources Select this check box to display XML comments in the decompiled code. The comments are only available if the XML documentation file option was enabled to build the assembly. The XML documentation is normally stored in the [AssemblyName].xml file next to the assembly file.
Show compiler-generated code Select this check box to see compiler-generated code in the decompiled files. This option is an alternative to using the Show compiler-generated code button on the toolbar. For more information, see Viewing Compiler-Generated Code.
Show token values Select this check box to display metadata token values in Assembly Explorer window and Code Viewer. For more information, see Viewing Metadata Tokens.
Show IL code in comments Select this check box to display comments with IL code corresponding to the decompiled code in the Code Viewer. For more information, see Viewing Intermediate Language (IL).
Last modified: 17 April 2018

See Also