Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Anyone use gdb?

Options
  • 17-06-2005 4:48pm
    #1
    Registered Users Posts: 37,485 ✭✭✭✭


    Or have you a favourite frontend for it that I should consider?

    Should I just take the hit of the learning curve?

    It seems to do its job really well, it's just that the commands are a bit unintuitive (starting off).


Comments

  • Registered Users Posts: 658 ✭✭✭Johnny Jukebox


    Check out ddd for a front-end GUI.

    http://www.gnu.org/software/ddd


  • Registered Users Posts: 37,485 ✭✭✭✭Khannie


    Have heard of this allright. Have you used it yourself?

    One or two people here tried it and classed it as "unuseable". I find the command line version a bit of a trial, but it certainly works, and quite effectively....Just looking for others experiences.


  • Registered Users Posts: 4,003 ✭✭✭rsynnott


    GDB? It's easy once you get used to it. Just play round with it for a few hours (I wouldn't bother with a frontend).


  • Registered Users Posts: 68,903 ✭✭✭✭L1011


    I use it behind bdb, a BeOS frontend that plugs into Codewarrior. Command line isn't for me, I use BeOS for a reason...


  • Registered Users Posts: 37,485 ✭✭✭✭Khannie


    rsynnott wrote:
    GDB? It's easy once you get used to it. Just play round with it for a few hours (I wouldn't bother with a frontend).

    That's what I'm looking for. A satisfied customers recommendation. Thanks. :)

    Using it a bit now. It seems to be ok.

    MYOB: I'm actually getting so used to command line, that gui's starting to feel weird. Is that a regression? ;)


  • Advertisement
  • Registered Users Posts: 4,003 ✭✭✭rsynnott


    Khannie wrote:

    MYOB: I'm actually getting so used to command line, that gui's starting to feel weird. Is that a regression? ;)

    A regression? No, it's progress! ;)


Advertisement