DDD with PhAB debuggin

In PhAB settings I change “Command to Debug application” option from

pterm gdb

to

ddd

But when I try to debug from PhAB - DDD don’t work (start and disapper the
first DDD lable window only)…


If I try :

$ddd MyTaskName

from pterm - it work Ok.

How can I start DDD debug session in PhAB?

Thank you.

Leonid Khait

E-Mail: lhait@diaspro.com
Tel: 3472-311503
Home:3472-607415

Leonid Khait wrote:

In PhAB settings I change “Command to Debug application” option from

pterm gdb

to

ddd

But when I try to debug from PhAB - DDD don’t work (start and disapper the
first DDD lable window only)…


If I try :

$ddd MyTaskName

from pterm - it work Ok.

How can I start DDD debug session in PhAB?

Thank you.

Leonid Khait

E-Mail: > lhait@diaspro.com
Tel: 3472-311503
Home:3472-607415
\

Click the box ‘No shell’
As it is a gui program that deamonize itself, the termainal think the
program exited, which exits the terminal, which phab is waiting for
unless you click that box.

/Johan

“phearbear” <phearbear@home.se> ???/??? ? ??? ???:
news:3D157CD8.2020704@home.se

Leonid Khait wrote:
In PhAB settings I change “Command to Debug application” option from

pterm gdb

to

ddd

But when I try to debug from PhAB - DDD don’t work (start and disapper
the
first DDD lable window only)…


If I try :

$ddd MyTaskName

from pterm - it work Ok.

How can I start DDD debug session in PhAB?

Thank you.

Leonid Khait

E-Mail: > lhait@diaspro.com
Tel: 3472-311503
Home:3472-607415





Click the box ‘No shell’
As it is a gui program that deamonize itself, the termainal think the
program exited, which exits the terminal, which phab is waiting for
unless you click that box.

/Johan

I can find the ‘No Shell’ boxes for Edit Command and View Command in

AppBuilder Preference Settings Window and
not for Debug Command!

But I think it not help in DDD case becose Ped or WS work with or without
‘No Shell’ option and these are gui programs too…

??? ??? wrote:

“phearbear” <> phearbear@home.se> > ???/??? ? ??? ???:
news:> 3D157CD8.2020704@home.se> …

Leonid Khait wrote:

In PhAB settings I change “Command to Debug application” option from

pterm gdb

to

ddd

But when I try to debug from PhAB - DDD don’t work (start and disapper

the

first DDD lable window only)…


If I try :

$ddd MyTaskName

from pterm - it work Ok.

How can I start DDD debug session in PhAB?

Thank you.

Leonid Khait

E-Mail: > lhait@diaspro.com
Tel: 3472-311503
Home:3472-607415





Click the box ‘No shell’
As it is a gui program that deamonize itself, the termainal think the
program exited, which exits the terminal, which phab is waiting for
unless you click that box.

/Johan


I can find the ‘No Shell’ boxes for Edit Command and View Command in
AppBuilder Preference Settings Window and
not for Debug Command!

But I think it not help in DDD case becose Ped or WS work with or without
‘No Shell’ option and these are gui programs too…


\

Ah, sorry missed that :frowning:
You can easy check out by starting ddd from the terminal, are you
returned to the promt while ddd is still running?

/Johan