This is a general poll on several e.mail lists to see if anyone can help apologies if it is slightly off topic.
We are trying to create a uniform development environment for Linux and windows based on the Intel compiler. Everything has been setup and is working well except for debugging. When attempting to start debugging on a simple helloWorld program ddd seems to hang waiting for a responds from idb (the intel's debugger) > ddd --debugger "idb -gdb" helloWorld.exe I get: "Reading Symbols from helloWorld.exe...done." ...then nothing. If I try any other action in ddd, such as "run" I get: "Run: waiting until GDB gets ready" Which never does get ready. However, when I run idb by hand it responds like gdb. Anyone have any experience with this? Thanks, j -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/