Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
SF #3520676: Add FAQ entry about "Debug mode with breakpoints" option.
Browse files Browse the repository at this point in the history
  • Loading branch information
marchof committed Apr 26, 2012
1 parent 3090bfd commit ee71e75
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions com.mountainminds.eclemma.doc/pages/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ <h3>Troubleshooting</h3>
<li><a href="#trouble03">My application does not run with EclEmma!</a></li>
<li><a href="#trouble04">My Eclipse workbench window has no toolbar button for coverage launches!</a></li>
<li><a href="#trouble05">Why are JUnit4 test cases with expected exceptions shown as not covered?</a></li>
<li><a href="#trouble06">The <i>Coverage</i> view stays empty and there is no source highlighting. Why?</a></li>
</ul>


Expand Down Expand Up @@ -136,5 +137,15 @@ <h3><a name="trouble05">Why are JUnit4 test cases with expected exceptions shown
shows no coverage. Why?"</a>.
</p>

<h3><a name="trouble06">The <i>Coverage</i> view stays empty and there is no source highlighting. Why?</a></h3>
<p>
In Eclipse preferences there is an option <i>Launch in debug mode when
workspace contains breakpoints</i> under <i>Run/Debug</i> &rarr;
<i>Launching</i>. If this option is enabled and there are breakpoints in your
workspace <i>coverage</i> mode will not work, because it is automatically
replaced with <i>debug</i> mode. Set this option to <i>Never</i> if you want
to run code coverage analysis.
</p>

</body>
</html>

0 comments on commit ee71e75

Please sign in to comment.