Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [platform-debug-dev] Editor adaptors for breakpoint toggling

> 
> One question.   Do you recommend listening to the java breakpoints via a
> BreakpointManager.addbreakpointlistener() registration (on a DebugTarget
> basis)?
> 

Yes, that is the recommended way to listen for breakpoints being 
added/removed/changed. When your target starts up it can also query the 
breakpoint manager for all existing Java breakpoints.

Darin



Back to the top