RE: Quick Question
"Nathan Fiedler" <[email protected]> Wed, 13 Jul 2005 14:10:38 -0700 (PDT)
| Newsgroups | gmane.comp.java.jswat.user |
|---|---|
| Message-ID | <[email protected]> |
Right, without the source you won't see the code being executed with each single-step action, but you will see the variables and their values. The bytecode command may help here. If you invoke that it will show the bytecodes for the current method (and optionally a specific method of your choosing). n P.S. If this email looks messed up, blame it on SquirrelMail. Eric Milles wrote: > You can step through them because JSwat uses the .class files. The locals > and stack trace and such will show. But, you would hope for class files > compiled with line information and source to go with it to make sense out > of what is going on.