Bug #7336 2006-05-01 00:48
gonzo_mc_graw
LINUX: input when debugging console application
Hi all,
I've find a problem with debugging in a console app. There's no possibility to make an input if required. Please visit link http://forums.codeblocks.org/index.php?topic=2958.0 for more details.
You will find the source code to reproduce the problem in Reply #12 on: April 29, 2006, 08:50:50 PM.
I've reproduced it on my Debian system (testing wit kernel 2.6.16) with gdb 6.4-1 and 6.3. The C::B revision is 2395.
I hope you can fix this issue cause it's a basic feature for debugging.
Thanks in advance,
Thomas
- Category
- Debugger
- Group
- Status
- Closed
- Close date
- 2007-06-16 15:46
- Assigned to
History
This is a missing feature, not a bug.
In windows gdb supports spawning a new console when debugging console programs. In linux it doesn't support it and we have to find a workaround...
Thanks for reply.
Could I help to find a workaround?
Regards,
Thomas
I am having this same problem on the Fedora core 6 rpm packages - svn 3201
Patch 1882 provides a debugging Console for Linux