Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-debug-dev] Re: [eclipse-dev] Eclipse Project Draft 2.1 Plan (fwd)

There's no support for "debug target filtering" on breakpoints. You can add it 
to your breakpoint implementation, of course, the way JDT adds "thread 
filtering" to breakpoints.

- Jared

On Monday 10 February 2003 02:35 pm, Alain Magloire wrote:
> Redirected to --> platform-debug-dev
>  
> I've Been meaning to ask this; when setting breakpoints, it is not possible
> to set some sort of property and make it(the breakpoint) specific to a 
session.
> For example, if I launch 2/3 debug sessions(say the same program),
> setting a breakpoint will affect all the sessions, not the behaviour wanted.
> This is important for the C/C++ debugger.
> 
> Qestion: in the debug.core will we have some framework for this or
> any debug implementation(say the CDT) will have to find other ways to
> deal with this?
> 
> Thanks.
> 
> _______________________________________________
> platform-debug-dev mailing list
> platform-debug-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/platform-debug-dev
> 



Back to the top