Re: Hilighting current line.

Nathan Fiedler <[email protected]> Sun, 20 Nov 2005 08:39:41 -0800
Newsgroups gmane.comp.java.jswat.user
Organization Blue Marsh Softworks
Message-ID <[email protected]>
JSwat will highlight the current stepping line, but only if it can find 
the source code file. For this, make sure the 'Sources' pane of the 
Session Settings dialog (Session menu, Settings item) contains the root 
of your source tree(s). See the UsersGuide.html file in the JSwat 
installation directory, as well as the built-in help topics related to 
source and sourcepath for more information on this and other topics.

n


Daniel M. wrote:
> Hello.
> 
> In many visual debuggers, when you step through a source code, a line 
> which is
> going to be executed next is hilighted, but jswat doesn't do that (it 
> only lists
> line number of a line which is going to be executed next on a status 
> bar). Is it
> possible to configure jswat to give visual clues about which line is 
> going to
> be executed?
> 
> Daniel.