dotTrace
 
Get dotTrace

Source View

Last modified: 26 May 2024

The Source View window shows 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, you must provide dotTrace with project symbol .pdb files or specify the path to the project source code.

Unlike other dotTrace Viewer views, Source View does not work as a filter but only displays source code and time distribution for particular lines of code (Timeline on Windows only).

Source View is available only on Windows.

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.

In some cases, source code is not available, however Source View can recreate source code close to original using the built-in decompiler.