Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - IDE4.7.2 Postmortem debug: (5 Items)
   
IDE4.7.2 Postmortem debug  
Hi, I'm testing the postmortem debugger on QNX 6.5.0 and Momentics4.7.2.
Postmortem do not work and terminate with following messages:

"Launching memfault Configuration has encountured a problem.
Error while launching command: gdb --version"

what that means? I've try with standard Postmortem Debugger Launcher 
and GDB(DSF) with no results...
Any ideas on how to go about the fail?
Thanx
Mario Sangalli


RE: IDE4.7.2 Postmortem debug  
You need to specify the full path to your gdb executable in the "Debugger" tab.
Re: RE: IDE4.7.2 Postmortem debug  
Great! thanks, in this way, it works...
Any idea why this happened?
I've verifyed the Env. path and they was ok...
maybe its because I've just copyed the new IDE over the old one..

Mario

RE: RE: IDE4.7.2 Postmortem debug  
The Postmortem debug launch is from Eclipse CDT, and it does not know how to search for vendor specific gdb. That's why 
you need to specify in the debugger tab.

-----Original Message-----
From: mario sangalli [mailto:community-noreply@qnx.com] 
Sent: Tuesday, April 24, 2012 2:11 AM
To: general-ide
Subject: Re: RE: IDE4.7.2 Postmortem debug

Great! thanks, in this way, it works...
Any idea why this happened?
I've verifyed the Env. path and they was ok...
maybe its because I've just copyed the new IDE over the old one..

Mario
Re: RE: RE: IDE4.7.2 Postmortem debug  
> The Postmortem debug launch is from Eclipse CDT, and it does not know how to 
> search for vendor specific gdb. That's why you need to specify in the debugger
>  tab.
> 
Any way to create a "default debugger for the CDT" because each time a debug session is created for a post mortem one as
 specify where gdb is.

> -----Original Message-----
> From: mario sangalli [mailto:community-noreply@qnx.com] 
> Sent: Tuesday, April 24, 2012 2:11 AM
> To: general-ide
> Subject: Re: RE: IDE4.7.2 Postmortem debug
> 
> Great! thanks, in this way, it works...
> Any idea why this happened?
> I've verifyed the Env. path and they was ok...
> maybe its because I've just copyed the new IDE over the old one..
> 
> Mario