[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [cdt-debug-dev] Breakpoints from another project
|
>
> Hi!
>
> We have two modes where breakpoints are taken when the user does not want them:
>
> - Library projects that are referenced by two different executable projects.
Agreed, you have the same problem in JDT Debug.
I've posted the question to the list(JDT Debug), the answer was to
add to the property of the breakpoint. For example, a breakpoint has properties
for conditions, ignore count, thread and now we could add which debug session
it affects.
> - MP launches where the same executable is running on more than one processor.
>
Also could deal with a property and a different action then "add/Remove breakpoint".
I'm glossing over the details like how to provide persitency across session etc ..
> Neither of those violates the constraints you wrote out (assuming I
> understand them) but both are still issues for us. Not that we are doing
> anything about it at the moment.
It was not part of the 1.2 plan though. But if you other ideas on how to deal
with this, fire away.