Author Topic: C++ Debuggers  (Read 455 times)

0 Members and 1 Guest are viewing this topic.

Offline {LAW} Gamer_2k4

  • Flagrunner
  • ****
  • Posts: 560
  • To Wikipedia!
C++ Debuggers
« on: January 06, 2008, 11:50:26 pm »
Can anyone recommend a good C++ debugger? I'm looking for one that generates a stack trace upon program crashes, if that's possible (think Java).
Gamer_2k4

Only anime shows I've felt any interest in over the years are Pokemon (original TV series) and various hentai.
so clearly jgrp is a goddamn anime connoisseur. his opinion might as well be law here.

Best Admin: jrgp, he's like the forum mom and a pet dog rolled into one.

Offline mar77a

  • Global Moderator
  • Veteran
  • *****
  • Posts: 1295
  • mad
    • random stuffs
Re: C++ Debuggers
« Reply #1 on: January 07, 2008, 10:34:50 pm »
gdb, make sure you compile with the -g flag.