development and debugging under RTP

I’m used to debug programs with not so friendly debuggers, like gdb and wd.
And develop under simple text editors like vi and vedit.
Now, there are 2 people that will help me, and they’d like to use more
friendly (with GUI) debugger and development tools.
I was trying to use DDD but couldn’t make it work…
Can anybody tell me how should I run it with PhAB?
Is there any good IDE available for RTP? And what about those available for
X Window? If I have the binary, can I run it through XPhoton? If not, how
should I link it? I guess there’s no X libraries on RTP…


Thanks!

Ricardo K. Ashikawa

Ricardo Kazumi Ashikawa <ashikawa@uol.com.br> wrote:

I’m used to debug programs with not so friendly debuggers, like gdb and wd.
And develop under simple text editors like vi and vedit.
Now, there are 2 people that will help me, and they’d like to use more
friendly (with GUI) debugger and development tools.
I was trying to use DDD but couldn’t make it work…

What problems were you seeing?

Can anybody tell me how should I run it with PhAB?

Click on the “Advanced Options…” button in the Build and
Run Dialog. You can specify “ddd” if it isn’t there already.
Make sure “DDD” is installed first.

Is there any good IDE available for RTP? And what about those available for
X Window? If I have the binary, can I run it through XPhoton? If not, how
should I link it? I guess there’s no X libraries on RTP…

After installing Xphoton you should be able to compile and
link X apps that run under Xphoton.

Thanks!

Ricardo K. Ashikawa

You can also try to put pdb.

Regards,

Jason


“Steve” <stomkins@qnx.com> wrote in message news:8qk03f$abd$1@inn.qnx.com

Ricardo Kazumi Ashikawa <> ashikawa@uol.com.br> > wrote:
I’m used to debug programs with not so friendly debuggers, like gdb and
wd.
And develop under simple text editors like vi and vedit.
Now, there are 2 people that will help me, and they’d like to use more
friendly (with GUI) debugger and development tools.
I was trying to use DDD but couldn’t make it work…

What problems were you seeing?

Can anybody tell me how should I run it with PhAB?

Click on the “Advanced Options…” button in the Build and
Run Dialog. You can specify “ddd” if it isn’t there already.
Make sure “DDD” is installed first.

Is there any good IDE available for RTP? And what about those available
for
X Window? If I have the binary, can I run it through XPhoton? If not,
how
should I link it? I guess there’s no X libraries on RTP…

After installing Xphoton you should be able to compile and
link X apps that run under Xphoton.

Thanks!

Ricardo K. Ashikawa