Skip to main content

[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.
- MP launches where the same executable is running on more than one processor.

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.

Thanks!
-Chris

At 03:11 PM 7/17/2003 -0400, Alain Magloire wrote:
>
> --=====================_160106109==_.ALT
> Content-Type: text/plain; charset="us-ascii"; format=flowed
>
> Hi,
>
> It is on 1.0.1. It's one of the bugs sitting on our logs at the moment.
> It's even more complex in an MP environment where you may want breakpoints
> in the same app qualified by target processor.
>
> Our message at the moment is: "learn to cope". :) We will probably get
> friendlier with that message soon however.
>
> Thanks!
> -Chris
>
> At 10:54 AM 7/17/2003 +0400, Igor S. Zamyatin wrote:
> >         Hi all!!!
> >
> >
> >I created project1 and while debugging I've set breakpoints in some files
> >of project1. Then I created project2 and when I started debugging process
> >project1's breakpoints were set in some places in project2....
> >Is this situation normal?

No. Unless project2 was a reference project to project1 (or vice-versa).
If it was not, please send a PR.

> >

Chris, not sure you and Igor or talking about the same problems, please
elaborate.

The policy for breakpoints is simple.  All breakpoints from any IFile
in project "A" including all breakpoints find in any projects that
have A as a reference project.

The reference project scheme is for the case you use a project
as a library or header container to build one application, i.e.
the sources are scatter in different projects.


_______________________________________________
cdt-debug-dev mailing list
cdt-debug-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cdt-debug-dev



Back to the top