1836636 Members
1858 Online
110102 Solutions
New Discussion

Re: DDE debugger problem

 
Haribaskar
Occasional Advisor

DDE debugger problem

Hi,

When I tried to load one C++ executable built using aCC(A 03.30) on
HP-UX 11.00 in DDE debugger, I am getting messages something
like "Unexpected class member detected(DNTT index 0x1)" . These messages are coming in continously and I needed to kill the Debugger
process to come out.

Appreciate any help that I can get.

-Hari
1 REPLY 1
Steven Gillard_2
Honored Contributor

Re: DDE debugger problem

I suggest you give up on DDE completely because it's a pain and full of bugs. It's actually being replaced as the standard HP debugger by wdb, which is a GUI for gdb. It's *much* nicer and you can download it free if you haven't paid for the developers bundle:

http://www.hp.com/go/wdb

But its probably already on your system if you have DDE installed.

Regards,
Steve