Re: One breaks, the other doesn't

Nathan Fiedler <[email protected]> Mon, 30 Jan 2006 01:34:49 -0800
Newsgroups gmane.comp.java.jswat.user
Organization Blue Marsh Softworks
Message-ID <[email protected]>
That is indeed odd. Can you try swapping the class for the session? That 
is, if Class-A is in Session-A, and Class-B is in Session-B, can you try 
to hit the breakpoint in Class-B using Session-A?

BTW, the build indicated there is the value for the NetBeans Platform, 
rather than JSwat. This was my mistake, and has been fixed since version 
3.3. You may want to try a more recent version of JSwat to see if this 
problem still exists.

n


Roy Epperson wrote:
> I'm using Jswat 3 build 200505031930.
> 
> Two classes with a main, in the same ant build compile task, classes and 
> srcs located in the same directories. From the setting sin Jswat, the 
> sessions for each seem to be the same....
> 
> Class-A breaks at set breakpoints. Class-B goes right past the set 
> breakpoints.  The class is going there as there is output being written 
> in and a round the breakpoint..  But no stopping...
> 
> What setting/flag did I miss?
> 
> TIA,
> 
> Roy