Re: driving jswat 3.12 from command line
Nathan Fiedler <[email protected]> Sat, 02 Sep 2006 12:47:11 -0700
| Newsgroups | gmane.comp.java.jswat.user |
|---|---|
| Organization | Blue Marsh Softworks |
| Message-ID | <[email protected]> |
Indeed it does, although a little differently. There is no support for
the command invocation, but everything for launching or attaching to a
debuggee, and setting a breakpoint at a method, is available. The new
"API" is documented online under the heading "Launching JSwat":
http://www.bluemarsh.com/java/jswat/integrate.html
n
Benjamin Rutt wrote:
> in older versions of jswat (2.x) it was possible to control jswat from
> the command line, giving arguments such as:
>
> sourcepath path ; classpath path ; stop class:line|method ; resume
>
> this makes it easier to drive it from an external IDE. Is this
> still supported behavior in the current version? the usage help seems
> to reflect netbeans's own usage help.
>
> thanks,