Menu

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

Not tried GUI app.

Discussion

  • dfox

    dfox - 2005-04-11

    Logged In: YES
    user_id=1254145

    same problem both win 2k and win xp

     
  • SoaringFalcon

    SoaringFalcon - 2005-04-20

    Logged In: YES
    user_id=1122504

    Wihtout the gdb update, no console is shown either on my
    system (xp).
    Fresh install.

     
  • Anonymous

    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

     
  • Nobody/Anonymous

    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.

     
  • grizdog

    grizdog - 2005-11-12

    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

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.