Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Debugger "Drop to frame"
Debugger "Drop to frame" [message #143552] Thu, 19 February 2004 14:56 Go to next message
Eclipse UserFriend
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 #143589 is a reply to message #143552] Thu, 19 February 2004 16:20 Go to previous messageGo to next message
Eclipse UserFriend
Yes. It is called "Drop to Frame" :-)
You select the stack frame you are interested in, right click>Drop To Frame

It requires a VM that supports this feature.

Full details are at:
http://help.eclipse.org/help21/index.jsp?topic=/org.eclipse. jdt.doc.user/reference/ref-51.htm

HTH
Darins

"Dave Westerman" <dlwester@us.ibm.com> wrote in message
news:c13472$n2m$1@eclipse.org...
> 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 #143611 is a reply to message #143589] Thu, 19 February 2004 16:45 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dlwester.us.ibm.com

Gee, how'd they come up with THAT name?!? ;-) Thanks a bunch Darin! I am
actually using WSAD 5.1.1, and this feature does not show up. So I guess
that means that the JDK 1.4.1 that is supplied with WSAD doesn't support it.

DLW
Re: Debugger "Drop to frame" [message #143618 is a reply to message #143611] Thu, 19 February 2004 16:56 Go to previous messageGo to next message
Eclipse UserFriend
Correct.
If the VM responds negatively to our requests for its level of support, we
do not show the action.

Darins

"Dave Westerman" <dlwester@us.ibm.com> wrote in message
news:c13ak9$uso$1@eclipse.org...
> Gee, how'd they come up with THAT name?!? ;-) Thanks a bunch Darin! I am
> actually using WSAD 5.1.1, and this feature does not show up. So I guess
> that means that the JDK 1.4.1 that is supplied with WSAD doesn't support
it.
>
> DLW
Re: Debugger "Drop to frame" [message #144131 is a reply to message #143618] Fri, 20 February 2004 16:29 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dlwester.us.ibm.com

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.
Re: Debugger "Drop to frame" [message #144880 is a reply to message #144131] Tue, 24 February 2004 05:45 Go to previous message
Eclipse UserFriend
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.
Previous Topic:Bug in Eclipse? multiple class definitions in one java file
Next Topic:Images and Plugins
Goto Forum:
  


Current Time: Fri Jul 18 07:38:57 EDT 2025

Powered by FUDForum. Page generated in 0.08568 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top