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
 
mandrav 2006-05-09 11:53

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...

gonzo_mc_graw 2006-05-09 13:36

Thanks for reply.

Could I help to find a workaround?

Regards,

Thomas

ID_33500 2006-11-13 13:54

I am having this same problem on the Fedora core 6 rpm packages - svn 3201

pecan 2007-02-11 20:38

Patch 1882 provides a debugging Console for Linux