[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [cdt-dev] Debug source lookup question
|
- From: "James Blackburn" <jamesblackburn@xxxxxxxxx>
- Date: Thu, 20 Nov 2008 12:02:31 +0000
- Delivered-to: cdt-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=HhTi73AgOAxFGBLlrg2fn0xxfT1zRQ9VEXjSl6zx26s=; b=PfsUeB1Y0qOlm4/XOvVj0h9rYSZrqktQo7zBl2XKRonHxksNX2OoTjFNn3uU6CabcJ WCl43hgtO2z3Q5RYIeAnmn0Tz+/y9Bz/7tFednQgo41biWTkz1rpu/LWVML1mCZsyykA jcFgWppWokt9T+Mx0EODI9ZPvxysXzq0xTYsY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=UF+Ta7vhomBqbqtH49sZEVb6/7GBl7d3PsC0imhE/rcVpxuw1proVCse5uw4tTun4K t8T+W6UTUB0P7uo9jWMvc/G6pKSzDCADh3WDvYtnuBEbYBsbFhHaHIqY8fBZZJmkPR4L h/59wHzbWUH/Kzxp2UO/h7N2C6MIh//5bby+g=
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