Re: Command Line argument
Nathan Fiedler <[email protected]>
| Newsgroups | gmane.comp.java.jswat.user |
|---|---|
| Message-ID | <1025284683.1592.4.camel@chip> |
It should be, assuming you are using version 2.1 or higher. Use the 'stop' command to set the breakpoint and 'resume' to resume. Separate all of the commands using semicolons, so it would look like: sourcepath path ; classpath path ; stop class:line|method ; resume n On Thu, 2002-06-27 at 23:57, Andrew Kelly wrote: > Hi > I am intergrating JSWat into your own IDE and need to initalise > Jswat from the command line. I have so far passed > classpath and sourcepath information but I also what to set > a breakpoint and call resume. > > is this possible? > > Thanks