Version 6.0 or higher
- dotTrace integrated into Visual Studio
Start Visual Studio with the following command line argument: devenv.exe /ReSharper.LogLevel Trace /ReSharper.LogFile.
- dotTrace standalone
Start dotTrace with the following command line argument: dotTrace64.exe /LogLevel=Trace /LogFile.
Log files will be saved to the '%Temp%\JetLogs' folder with auto-generated names, so empty this folder before you launch Visual Studio and start working with dotTrace.
Older versions
- Close all instances of dotTrace and Visual Studio (if dotTrace is integrated into Visual Studio).
- Go to the 'JetLogs' folder and empty it (type '%Temp%/JetLogs' in the address bar of the 'File Explorer' window).
- Launch dotTrace, perform all steps that lead to a problem.
- Close dotTrace.
Comments