Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - wd debugger source files location: (5 Items)
   
wd debugger source files location  
I use the B&R dialog to invoke the debugger for a PhAB project. That  works great for source files located in the 
project directory. However I have an object file linked to my application located in another directory also build with 
debug information.
How do I get the debugger to read the corresponding source file in this directory?
Re: wd debugger source files location  
        You can use 'directory' gdb command to add additional
        directories gdb will search for source files.

On Mon, 2010-10-11 at 10:51 -0400, David Bo Jensen wrote:
> I use the B&R dialog to invoke the debugger for a PhAB project. That
> works great for source files located in the project directory. However
> I have an object file linked to my application located in another
> directory also build with debug information.
> How do I get the debugger to read the corresponding source file in
> this directory?
> 
> 
> 
> _______________________________________________
> 
> QNX4 Community Support
> http://community.qnx.com/sf/go/post70197
> 
> 
> 

Re: wd debugger source files location  
>         You can use 'directory' gdb command to add additional
>         directories gdb will search for source files.
> 

Sounds great but I do not have gdb. Insted I have wd watcom debugger.
Is gdb better? Where can I get it for qnx4?
Re: wd debugger source files location  
On Tue, 2010-10-12 at 09:06 -0400, David Bo Jensen wrote:
> >         You can use 'directory' gdb command to add additional
> >         directories gdb will search for source files.
> >
> 
> Sounds great but I do not have gdb. Insted I have wd watcom debugger.
> Is gdb better? Where can I get it for qnx4?
> 

oops, sorry.

I know nothing about wd debugger (nor qnx4). Sorry for introducing the
confusion.
Re: wd debugger source files location  
Problem solved.
The wd has a menu item used for that purpose.
File-Source Path