Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » How to use Eclipse debugger to step through/debug VM initialization?
How to use Eclipse debugger to step through/debug VM initialization? [message #51975] Fri, 06 June 2003 14:43 Go to next message
Eclipse UserFriend
Folks,

We have a situation where we need to step through our app's VM
initialization using the Eclipse debugger. Possible? Can we break before
main, within the VM initialization? How do we put the VM source into the
correct path? Etc.

Thanks,
Re: How to use Eclipse debugger to step through/debug VM initialization? [message #53492 is a reply to message #51975] Mon, 09 June 2003 14:55 Go to previous message
Eclipse UserFriend
Originally posted by: jed_anderson.us.ibm.com

Paul,

Do you really mean stepping through the VM initialization? Or do you
mean stepping through the static initializers for your classes?

If it is the former, you are going to have to use CDT (and I have no
clue about where you get source for the VM).

In the second case, just put breakpoints in your static initializers.

jkca

Paul Duffy wrote:
> Folks,
>
> We have a situation where we need to step through our app's VM
> initialization using the Eclipse debugger. Possible? Can we break before
> main, within the VM initialization? How do we put the VM source into the
> correct path? Etc.
>
> Thanks,
>
>
>
Previous Topic:Breakpoints, Remote Debugging and Projects
Next Topic:Can't debug StackOverflowError
Goto Forum:
  


Current Time: Tue Mar 11 07:21:55 EDT 2025

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

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

Back to the top