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

May be I don't know something but I work with independent projects i.e. I
simply create at firts project1 and then project2 without any additional
actions. As I understand in my case projectN isn't a reference project for
projectM....


----- Original Message -----
From: "Alain Magloire" <alain@xxxxxxx>
To: <cdt-debug-dev@xxxxxxxxxxx>
Sent: Thursday, July 17, 2003 11:11 PM
Subject: Re: [cdt-debug-dev] Breakpoints from another project


> >
> > --=====================_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