RE: Dos command line arguments
"Nathan Fiedler" <[email protected]>
| Newsgroups | gmane.comp.java.jswat.user |
|---|---|
| Message-ID | <[email protected]> |
It should be working. You may need to enclose the entire command string in quotes so the shell treats it as one argument, but I don't think it should matter. It would look something like this: % java -jar jswat.jar "load class; stop class:line; resume" nathan -----Original Message----- From: Andrew Kelly [mailto:[email protected]] Sent: Friday, August 16, 2002 6:51 AM To: '[email protected]' Subject: [jswat-user] Dos command line arguments Hi Is it possible to run Jswat from a dox or Unix command line passing in the command load com.yolus.yo.ide.YDE;stop com.yolus.yo.ide.YDE:99;resume so that the Debugger will automatically startup and stop at line 99? Thanks