Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - RE: IDE Debugging, "Program not found" error: (4 Items)
   
RE: IDE Debugging, "Program not found" error  
I created the example program and then copied the other binary there and I can debug from there just fine. So what do I 
need to fix in the other project to get it to debug?

 

-Willman

Re: RE: IDE Debugging, "Program not found" error  
i'm assuming you have qconn on your target running but do you also have pdebug in the image? 
Re: IDE Debugging, "Program not found" error  
I still don't know why it does not parse it. How did you create it? Did 
you use linked resources?

Willman Rojas wrote:
>
> I created the example program and then copied the other binary there 
> and I can debug from there just fine. So what do I need to fix in the 
> other project to get it to debug?
>
>  
>
> -Willman
>
>
>
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post8053
>
Re: IDE Debugging, "Program not found" error  
OK I found the trick.

I need the IDE/project only for debugging, therefore I created a project of type "Standard Make C project" without any 
sources in it. Even though I specified the full path to the application binary directly in the launch configurations 
dialog, the IDE still seems to require the so called "output" path to the binary, not just the full path to it.

I went to the Project->Properties->C/C++ Project paths then to the Output tab and added a path to the binary as a linked
 resource.

Voilà, Now I can select the binary using either the "Search Project..." or "Browse..." button and have source level 
debugging of a binary created with my custom makefile