Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-debug-dev] No source file named x.cpp/no line xx in filex.cpp

I suspect that's the problem. Does your project load the libraries dynamically? 

-----Original Message-----
From: cdt-debug-dev-bounces@xxxxxxxxxxx [mailto:cdt-debug-dev-bounces@xxxxxxxxxxx] On Behalf Of Markus Löffler
Sent: 26 February 2007 17:23
To: CDT Debug developers list
Subject: Re: [cdt-debug-dev] No source file named x.cpp/no line xx in filex.cpp

Hi Mikhail,

no, all files are part of the project and all sources are present. I have 1 master-project which has about 10 sub-projects which build seperate libs.

Best
Markus

Am 26.02.2007 um 18:05 schrieb Mikhail Khodjaiants:

> Hi Markus,
>
> Are you trying to set breakpoints in the files that are not a part of 
> your project? If so, you have to change the source lookup path - see 
> the Source tab of the launch configuration dialog.
>
> Regards,
> Mikhail
> -----Original Message-----
> From: cdt-debug-dev-bounces@xxxxxxxxxxx [mailto:cdt-debug-dev- 
> bounces@xxxxxxxxxxx] On Behalf Of Markus Löffler
> Sent: 26 February 2007 16:58
> To: cdt-debug-dev@xxxxxxxxxxx
> Subject: [cdt-debug-dev] No source file named x.cpp/no line xx in file 
> x.cpp
>
> Hi there,
>
> I have a problem using the debugger. I'am working on a larger project 
> (with "standard makefile") in a team under suse linux 10 with 
> clearcase. No one else is using eclipse so I get no help from inside 
> my team.
> When I start the debugger I get many "No source file named x.cpp"  
> and "no line xx in file x.cpp" errmsg in the console - but not for all 
> files in the project. Breakpoints in that files are ignored and the 
> stack trace does not point to the right souce files.
>
> Does anyone know how to fix that?
>
> Best
> Markus
> _______________________________________________
> cdt-debug-dev mailing list
> cdt-debug-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-debug-dev
>
> --
> IMPORTANT NOTICE: The contents of this email and any attachments are 
> confidential and may also be privileged. If you are not the intended 
> recipient, please notify the sender immediately and do not disclose 
> the contents to any other person, use it for any purpose, or store or 
> copy the information in any medium.  Thank you.
>
>
> _______________________________________________
> cdt-debug-dev mailing list
> cdt-debug-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-debug-dev
>

_______________________________________________
cdt-debug-dev mailing list
cdt-debug-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-debug-dev


Back to the top