dotTrace
 
Get dotTrace

Preview Source Code

Last modified: 26 May 2024

dotTrace automatically locates the underlying source code for selected functions. To make the source code visible in dotTrace, let it know where .pdb files for your project are located, or specify path to the source code.

Note that in case you choose the Line-by-Line profiling type, Source View will show additional information about how many times a particular line of code was invoked. Learn more in Source View and Line-by-Line Profiling.

Source_View_1.png

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 easily do it right in Source View.

IL code is displayed under each code statement.

Source_View_2.png

Sometimes source code is not available right here right now, however dotTrace can recreate source code close to original using a built-in decompiler.