Search found 1 match

by Horizon
Thu Feb 12, 2004 7:14 pm
Forum: Coders Corner
Topic: Debugging on Linux/g++
Replies: 7
Views: 2059

You could try DDD. It's just a frontend to gdb, but it has visual breakpointing and step functionality, plus other cool features (it's visual). It's as close to the MS debugger as I've ever seen (on Linux/BSD). Also, make sure to compile with -g so debugging information gets left in the object files ...