Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-debug-dev] which breakpoint is hit

You can ask  a thread for its breakpoints when they are hit. See 
IThread.getBreakpoints(). You can listen to debug events to determine when 
a thread suspends (see IDebugEventSetListener). You can ask a breakpoint 
for its line number (see ILineBreakpoint).

We hope to have an article available in the 3.0 time frame that better 
describes the basics of the debug model.

Darin




amigo amigo <amigo19766@xxxxxxxxx> 
Sent by: platform-debug-dev-admin@xxxxxxxxxxx
04/13/2004 06:44 PM
Please respond to
platform-debug-dev


To
platform-debug-dev@xxxxxxxxxxx
cc

Subject
[platform-debug-dev] which breakpoint is hit






Is there any way to programmatically determine which
breakpoint was hit during a debug session? and how to
find the info of that breakpoint,like
linenumber.Thanks!!!

amigo

P.S
can anyone provide me some info about how the eclipseI
debug models works?thanks!


 
 
__________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online by April 15th
http://taxes.yahoo.com/filing.html
_______________________________________________
platform-debug-dev mailing list
platform-debug-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-debug-dev




Back to the top