Debugger "Drop to frame" [message #143552] |
Thu, 19 February 2004 14:56  |
Eclipse User |
|
|
|
Originally posted by: dlwester.us.ibm.com
In VisualAge for Java, there was a debugging feature "drop to frame",
which allowed you to restart execution at a higher level in the stack,
for instance, to call the same method you are in again, possibly after
changing some parameters or variables. Is there any similar
functionality in Eclipse?
Thanks!
DLW
|
|
|
|
|
|
|
Re: Debugger "Drop to frame" [message #144880 is a reply to message #144131] |
Tue, 24 February 2004 05:45  |
Eclipse User |
|
|
|
Originally posted by: thomas_maeder.ch.ibm.com
"drop to frame" does not work when the drop goes to or across a native
frame (due to the way the operation is spec'ed). For example, you can't
drop a program's main method, since it is called from native code.
Thomas
Dave Westerman wrote:
> I actually can get "drop to frame" to work for a simple Java program, so
> the JVM definitely supports it. But I can't get it to appear on my menu
> for any of my J2EE applications running in the WAS 5.1 WTE.
|
|
|
Powered by
FUDForum. Page generated in 0.08568 seconds