Zen and the Art of Debugging C/C++ in Linux with GDB

2 comments
External Article Link: 

This tutorial will give you a basic idea how to debug a program in Linux using GDB. As you are aware, Visual Studio doesn’t run on Linux so you have to use some of the tools provided on the command-line.

3.25
Average: 3.3 (4 votes)
Linux debugging under Visual Studio
Submitted by WinGDB on Wed, 07/01/2009 - 20:35.

Hello,

Of course Visual Studio doesn’t run on Linux, but if you are interested in debugging Linux applications under Visual Studio then please visit our site: http://www.wingdb.com ;)

Kind Regards,
WinGDB team

Very newbie-oriented
Submitted by vonbrand on Wed, 08/20/2008 - 14:36.

Come on, Visual Studio isn't that great... and there are graphical tools under Linux for all this. A the very least, from emacs or xemacs you can control gdb and make just fine.