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

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




Back to the top