using goto in debugger?
Rudy Yang <[email protected]> Mon, 27 Oct 2003 13:36:07 -0500
| Newsgroups | gmane.comp.java.jswat.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, I was wondering if anyone knows if there is a way to use a goto statement or equivalent in jswat. I find this useful for debugging, as you can see what would happen if certain areas of code were commented out by skipping over them, as well as forcing certain code paths to be taken. All without recompiling. Thanks, -Rudy