|
|
RE: Missing source files while debugging dll
|
|
09/09/2011 9:40 AM
post88756
|
RE: Missing source files while debugging dll
You need to add your shared library (dll) source lookup path to the
debugger. In your Momentics IDE debug launch configuration dialog,
select the "Debugger" tab, in the middle of the tab select the "Shared
Libraries" tab. Click "Add..." and browser to the folder containing your
dll source code. Make sure it's the folder not the file.
Also make sure you build your dll in debug mode too.
HTH,
Andy
-----Original Message-----
From: Anatoly Abelev [mailto:community-noreply@qnx.com]
Sent: September-09-11 9:29 AM
To: momentics-community
Subject: Missing source files while debugging dll
I have set up environment in Linux VW to debug a (sensor) project under
Momentics.
The project outpit are tasks and dlls.
I have no problem debugging as long as I stay inside a task.
BUT, when I try to step into a dll there is a message "No source file
named xxx.c" (the xxx.c is a file used to build dll).
What settings am I missing
_______________________________________________
QNX Momentics Community Support
http://community.qnx.com/sf/go/post88755
|
|
|
|
|
|
|
Re: Missing source files while debugging dll
|
|
09/09/2011 9:42 AM
post88757
|
Re: Missing source files while debugging dll
You missing library lookup path for Debugger (in Debugger tab in launch configuration)
On 09/09/2011 09:29 AM, Anatoly Abelev wrote:
> I have set up environment in Linux VW to debug a (sensor) project under Momentics.
> The project outpit are tasks and dlls.
> I have no problem debugging as long as I stay inside a task.
> BUT, when I try to step into a dll there is a message "No source file named xxx.c" (the xxx.c is a file used to build
dll).
>
> What settings am I missing
>
>
>
>
> _______________________________________________
>
> QNX Momentics Community Support
> http://community.qnx.com/sf/go/post88755
>
|
|
|
|
|
|
|
Re: Missing source files while debugging dll
|
|
08/27/2013 10:22 AM
post104565
|
Re: Missing source files while debugging dll
I know this is old, but did you ever find a solution?
|
|
|
|
|