Skip to main content

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

The place for these sort of questions in on the newsgroups. You need to do 
more debugging - is your plug-in loaded? did the listener get registered 
(use the debugger to find out :-)

Darin




amigo amigo <amigo19766@xxxxxxxxx> 
Sent by: platform-debug-dev-admin@xxxxxxxxxxx
04/18/2004 10:54 PM
Please respond to
platform-debug-dev


To
platform-debug-dev@xxxxxxxxxxx
cc

Subject
Hi,Darin Re: [platform-debug-dev] which breakpoint is hit






Hi,Darin,I create my own plugin and implement
IDebugEventSetListener, and register the listener
to DebugPlugin at the startup of my Plugin. the debug
framework should be able to send to me the event, but
why it didnot work? did I miss something?do I need to
active my plugin or...?  thanks!!

amigo 


--- Darin Wright <Darin_Wright@xxxxxxxxxx> wrote:
> 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
> 
> 
> _______________________________________________
> platform-debug-dev mailing list
> platform-debug-dev@xxxxxxxxxxx
>
http://dev.eclipse.org/mailman/listinfo/platform-debug-dev



 
 
__________________________________
Do you Yahoo!?
Yahoo! Photos: High-quality 4x6 digital prints for 25ยข
http://photos.yahoo.com/ph/print_splash
_______________________________________________
platform-debug-dev mailing list
platform-debug-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-debug-dev




Back to the top