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

> Is this the situation you're talkign about?
>  

Yes.

> 1) Project1 - has source file "main.c"
> 2) Project2 - also has source file "main.c"
> 3) Set breakpoint in Project1, file main.c, line 25
> 4) Debug Project2
> 5) GDB tries to - and succeeds - in setting a breakpoint
> in main.c, line 25.  This happends because while the
> breakpoint was set in Project1, a file with that name also
> exists in Project2.

If reproducable in the head, I would say file a PR. 



Back to the top