#532 GDB 6.3.1 update no good for console mode apps
open
nobody
None
5
2012-09-26
2005-03-22
No
In console mode application, no console window is
rendered. getting teh application to start seemed
troublesome also. I've rolled it back now so cannot be
more precise.
Wihtout the gdb update, no console is shown either on my
system (xp).
Fresh install.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2005-04-22
Logged In: YES
user_id=677295
Excellent work done by soaringfalcon and an anonymous user on
a workaround that probably points to a permanent solution. See
thread: http://sourceforge.net/forum/forum.php?
thread_id=1270028&forum_id=48211
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I think this is by design. GDB 6.3.1 does not turn the new-
console ON by default, which allows a console window to
open when debugging. You can change the default with a
command file. I put a file called gdb.ini in the .\dev-cpp\bin
folder with just "set new-console on" in it.
The in Dev-CPP, I set the following line, "gdb.exe --
command=D:\Dev-Cpp\Bin\gdb.ini" at the following place:
Tools -> Compiler Options -> Programs.
This works out well and does not require a .gdbinit in every
project folder.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There ia a insight debugger I found on the Mingw site very
easy to integrate into dev 4.9.9.2. I downloaded and made it
outside Dev then used packmaker to install works great
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1254145
same problem both win 2k and win xp
Logged In: YES
user_id=1122504
Wihtout the gdb update, no console is shown either on my
system (xp).
Fresh install.
Logged In: YES
user_id=677295
Excellent work done by soaringfalcon and an anonymous user on
a workaround that probably points to a permanent solution. See
thread: http://sourceforge.net/forum/forum.php?
thread_id=1270028&forum_id=48211
Logged In: NO
I think this is by design. GDB 6.3.1 does not turn the new-
console ON by default, which allows a console window to
open when debugging. You can change the default with a
command file. I put a file called gdb.ini in the .\dev-cpp\bin
folder with just "set new-console on" in it.
The in Dev-CPP, I set the following line, "gdb.exe --
command=D:\Dev-Cpp\Bin\gdb.ini" at the following place:
Tools -> Compiler Options -> Programs.
This works out well and does not require a .gdbinit in every
project folder.
Logged In: YES
user_id=1377379
There ia a insight debugger I found on the Mingw site very
easy to integrate into dev 4.9.9.2. I downloaded and made it
outside Dev then used packmaker to install works great