I have a TCP Svr process written in C and running on CentOS 5.5. It acts as a TCP Server for external clients and also does some IPC communication with other processes in the system using Unix Domain
I am debugging a multi threaded application using ddd. At the same time each second I can see on DDD console out that a new thread 开发者_如何转开发is created
Some things in GDB (actually u开发者_运维技巧sing DDD gui) confuse me, when debugging my own C++ codes:
During many, sometimes inundating,debugging sessions using DDD, I stumble upon loops. And I keep pressing next to get past it, and if there are many iterations, I just set a break point right after it
When I start ddd, it seems hang waiting for gdb. Here is the tail end of output ddd --trace: #Saving session in \"/home/kbrandt/.ddd/sessions/106d7eb3d567f23b01125736049734486400000041300582/init\"..
Is there a native (not cygwin) versio开发者_运维问答n of DDD available for download somewhere?DDD has not been ported to Windows AFAIK. But there ARE native gdb, which can be perfectly built using Min