I know this has been reported several times with various
flavors and details and that some recommend to send
directly commands to gdb to work around this issue.
Now, the main reason why I am trying to use dev-c++ is
PRECISELY to take advantage of the easy-to-use
windows-based UI to the debugger, otherwise I would
stick to Emacs+home made makefiles, as they are very
efficient and convenient enough for developing as long
as debugging is not involved.
So, basically, I want to understand why this doesn't
work and why so few people seem to care about it.
Here's my configuration:
Cygwin is installed with "unix-style text files" option.
I wonder if this can fool the devcpp gdb interpreter
because line endings appear as small black rectangles in
the debug "log" output pane !
Here are my questions:
Aany help greatly appreciated.