-
Notifications
You must be signed in to change notification settings - Fork 36
Debug Log
Markus edited this page Jan 31, 2017
·
1 revision
Some bugs are hard to reproduce. To troubleshoot these kind of bugs this extensions utilizes the logging capabilities of Visual Studio.
To enable logging pass the /log commandline parameter to devenv.exe.
This will enable the Activity Log of Visual Studio. The log is stored at %APPDATA%\Microsoft\VisualStudio\<VERSION>\ActivityLog.xml
.
The location can be changed by passing a path after the /log parameter.
We're logging the absolute path to the json file so ensure that it doesn't leak any sensitive information.