Re: using goto in debugger?

Nathan Fiedler <[email protected]> 27 Oct 2003 12:00:06 -0800
Newsgroups gmane.comp.java.jswat.user
Organization Blue Marsh Softworks
Message-ID <1067284806.23551.1.camel@nuts>
There is not. And to my knowledge, the JDI does not support such a
feature. There's nothing to temporarily change byte code or change the
program counter.

n


On Mon, 2003-10-27 at 10:36, Rudy Yang wrote:
> 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