Sounds to me like a program is waiting for input somewhere.
Have you tried switching into all the other tasks to see if they
accept input?
I have given it a try and yes, C::B wait for an input. The Debugger (debug) tab shows:
Please type in a String (max. 80 characters):
But where do you have the type the string :?? In Windows usually there is command line window of the application where you can put your input, but in Ubuntu 5.10, I cannot find where
.
Best wishes,
Michael
cmd or command.com is just the windows' shell. The program shown below would have to be run in a shell to use std in/out/err, print, keyboard etc.
The input would be at the same location to which the output went.
It's up to the program or the programmer to start the shell, not CB's
Currently, both are in std::I/O limbo...
I believe this is a programmer err, a logic err, an oversight....
Poor CB is the object of an injust accusation.
