Skip to content

Commit

Permalink
Updated trouble shooting section (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
csoltenborn authored Jan 26, 2017
1 parent 01aa483 commit 73e0b33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ No source locations and traits are found for my tests!
* The test executable's project has the option *Linker/Debugging/Generate debug info* set to `No` or `Optimize for faster linking (/DEBUG:FASTLINK)`, resulting in a pdb not containing the information necessary to resolve source locations and traits (see [#46](https://github.com/csoltenborn/GoogleTestAdapter/issues/46)). Change the setting to `Yes` or `Optimize for debugging (/DEBUG)` and rebuild your solution.
* Option *Parse symbol information* is set to `false`, making GTA not parse that information out of the pdb file intentionally. The actual set of options used is potentially composed from VS options, a solution settings file, and a user settings file; the resulting set of options will be logged to the test output window if the *Print debug info* option is set to `true`.

The Google Test Adapter extension is disabled when I start Visual Studio!
* Your MEF cache might have been corrupted. Please refer to [this issue](https://github.com/csoltenborn/GoogleTestAdapter/issues/98) for help.


### Building, testing, debugging

Expand Down

0 comments on commit 73e0b33

Please sign in to comment.