Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Remote GDB

Hi Vishal,

Can you elaborate on the problem a little bit please?

The basic idea is you configure the source lookup of the Launch
Configuration by choosing the Source tab in the launch configuration.
Choose a Mapping source container type, enter the compilation path and
the local path and launch your debug session.

Are you using Eclipse Neon / CDT 9.0 (which is soon to be released)?
If so, there have been some improvements to source lookup to make it
handle more situations[1].

Thanks,
Jonah

[1]https://bugs.eclipse.org/bugs/show_bug.cgi?id=472765

~~~
Jonah Graham
Kichwa Coders Ltd.
www.kichwacoders.com


On 23 May 2016 at 18:49, Vishal Gupta <vishal.vit@xxxxxxxxx> wrote:
> Hello All,
>
> Could you please guide me how to make the GDB (DSF) Automatic Remote
> Debugger launcher to use the File name to set the break point. Currently it
> uses the complete file path to set the break point. Which is not getting
> resolved.
>
> Thanks,
> Vishal
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top