Re: Context Popup Menu Confusion While Running A Debugee Session

Nathan Fiedler <[email protected]> 15 Apr 2003 23:27:30 -0700
Newsgroups gmane.comp.java.jswat.user
Organization Blue Marsh Softworks
Message-ID <1050474449.27312.7.camel@nuts>
This happens every time you hit a breakpoint? Is it just with a certain
class/method? Roughly how many times do you have to single-step to make
the problem go away?

Thanks for the bug reports.

n


On Tue, 2003-04-15 at 22:17, Wilson Jimmy - jiwils wrote:
> While running a debugee session the context popup menu seems to get
> confused.  After hitting a breakpoint, the context popup menu sometimes
> thinks that I am right-clicking on the line that contains the breakpoint.  I
> get a "Remove breakpoint" and "Breakpoint properties..." as possible choices
> when there is no breakpoint on the line that I am clicking.  Noticeably
> absent is the "Run to line" option that I am trying to use!  Single-stepping
> through the code for a while seems to get it unconfused.
> 
> Ideas?  I am running WindowsXP, JDK 1.4.1_02, and JSwat 2.15 (this time I
> did not forget). 
> 
> Jimmy