How to get dotTrace logs
- 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.
Please sign in to leave a comment.