Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » [Debugger] Does "Drop To Frame" work on Mac OS X?
[Debugger] Does "Drop To Frame" work on Mac OS X? [message #480898] Tue, 18 August 2009 15:21 Go to next message
Eclipse UserFriend
I recently switched to using a Mac for all my Eclipse/Java development.
Something I've noticed is that I can't get the Drop To Frame function to
be enabled. I've read that the JVM has to support that part of the debug
API, but I can't believe that neither the 1.5 or 1.6 Mac JVMs supports
this - really?
Does it work for anyone? Is there any documentation about which JVMs
support it and which do not?

TIA,
Eric
Re: [Debugger] Does "Drop To Frame" work on Mac OS X? [message #481275 is a reply to message #480898] Thu, 20 August 2009 06:27 Go to previous message
Eclipse UserFriend
Works for me in I20090811-0800 with JDK 1.5.0.

Note that 'drop to frame' does not work for all frames (e.g. it's not
supported on the top frame of a stack and AFAIR, there are also
limitations for callbacks from native code).

To see what your VM supports, go to the Debug view, select the process,
choose Properties, go to the VM Capability page and check the 'Stepping'
section.

Markus


On 2009-08-18 21:21, Eric Rizzo wrote:
> I recently switched to using a Mac for all my Eclipse/Java development.
> Something I've noticed is that I can't get the Drop To Frame function to
> be enabled. I've read that the JVM has to support that part of the debug
> API, but I can't believe that neither the 1.5 or 1.6 Mac JVMs supports
> this - really?
> Does it work for anyone? Is there any documentation about which JVMs
> support it and which do not?
>
> TIA,
> Eric
Previous Topic:Create a fork of org.eclipse.jdt.core with new features
Next Topic:Open Declaration doesn't work reliably on my project after upgrading to galileo
Goto Forum:
  


Current Time: Thu May 15 16:53:45 EDT 2025

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

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

Back to the top