Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » org.eclipse.jdt.debug
org.eclipse.jdt.debug [message #156088] Tue, 27 April 2004 05:22 Go to next message
Eclipse UserFriend
Originally posted by: yangfan2002.vip.sina.com

About the debug process.

If I send an eventrequest to VM such as "STEP_INTO",after a while,VM
will generate a step event request.which class in the eclipse deal with the
request and do something just like update frame view,move the arrow ahead in
the source code...the classes in jdt.debug.ui and jdt.debug.core is daze.

Thanks,

Tim
Re: org.eclipse.jdt.debug [message #156120 is a reply to message #156088] Tue, 27 April 2004 07:15 Go to previous message
Eclipse UserFriend
I suggest that you start with understanding jdi[1] interfaces and
eclipse's own jdi implementation. They are both in jdt debug non-ui part
of a debugger.
Then focus on a interaces EventRequestManager and EventQueue along with
eclipse implementation of these interafaces. And then trace callers of
these interfaces and follow up the chain to ui.

All the best,
Vladimir


[1] http://java.sun.com/products/jpda/doc/jdi/
Previous Topic:Ant execution problem.
Next Topic:Run Ant... -> Ant Configuration Selection
Goto Forum:
  


Current Time: Thu May 08 01:39:04 EDT 2025

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

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

Back to the top