- Close Visual Studio with integrated dotCover.
- Go to your Temp folder (you can find its location by performing 'cd %Temp%' in command line).
- Find 'JetLogs' folder and delete it.
- Launch Visual Studio.
- Before running coverage analysis of tests press Ctrl+Shift+Alt and keep holding it until Coverage Configuration window is displayed after you start coverage.
- In Coverage Configuration window press Ctrl+Alt+Shift+F11 to enable expert options.
- Click 'Expert options' button.
- Enable "Enable logs" checkbox (only this checkbox).
- Click "OK" and run coverage analysis.
- Perform actions that lead to issue.
- Close Visual Studio.
- Logs are now located in 'JetLogs' folder.
How to get dotCover core logs
Have more questions? Submit a request
Comments