dotTrace
 
2021.3
Get dotTrace
You are viewing the documentation for an earlier version of dotTrace.

Source View

Last modified: 08 March 2021

The Source View window is used to view the source code of the profiled application. After you select a method in Call Tree, Source View will automatically locate its underlying source code. To make the source code visible, let Timeline Viewer know where .pdb files for your project are located, or specify path to the source code.

If you need to debug your code at a low level or for some other reason examine the code emitted by the compiler, you can do it right in Source View.

IL code will be displayed under each code statement.

Sometimes source code is not available, however Source View can recreate source code close to original using a built-in decompiler.