|
From: SourceForge.net <no...@so...> - 2006-03-15 14:44:02
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3630917 By: kaliningrad I would like to use ddd to debug my mingw compiled projects. Cygwin has a version of ddd, so I installed that, assuming it would be able to work with mingws gdb, but when I tried running it it stalled just after the window was created. I installed cygwins gdb, and everything seemed to work: ddd works when debugging cygwin applications, but if I try to debug mingw applications it has trouble opening the source file. First I get a popup telling me that home/runtime/crt1.c couldn't be found, and in the source window it says ../../runtime/gccmain.c: No such file or directory. Can cygwins ddd be used to debug mingw applications at all? ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=286529 |