Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: blworld on August 19, 2007, 06:27:00 am
-
Sometimes, i need to send gdb command manual.
We can use 'Send user command to debuger'.
But when it comes to that you need to input command frequent?
Is there a gdb command console for input and output command?
Thanks.
-
Hi blworld,
sorry in CB there is no gdb command console at the moment, but I think as more and more embedded developer are using Code::Blocks it will be available in the future.
-
Thanks. I wish it will come as soon as poosible.
-
I've been looking for the same thing. I've noticed in the C::B RC2 version, one can go to Project -> Properties, go to the Targets tab and change the drop down menu for type to console application. It still runs the OpenGL app, but the black command-line console appears in the background. A simple cout statement can give output through it and I suppose input will work as well.
Now I need to figure out how to adjust things so that the console window appears by default with every OpenGL project, without having to change it every time.
-
as more and more embedded developer are using Code::Blocks it will be available in the future.
I'd like to vote for adding this feature