Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Debug source lookup question

On Thu, Nov 20, 2008 at 11:55 AM, James Blackburn
<jamesblackburn@xxxxxxxxx> wrote:
>  Given that
> AbsolutePathSourceContainer is used by the default c source lookup
> participant, all breakpoints will automatically be resolved and set
> during the launch.

You can see this by using a recent (since 4.0?) CDT.  Enable verbose
console mode, set a few breakpoints in your workspace, and launch.  If
you have the AbsolutePathSourContainer enabled, you will see cdt
attempt to set all the breakpoints in the workspace.

James


Back to the top