What dev tools are you using?

Started by
21 comments, last by gbone 20 years, 1 month ago
quote:Original post by Kylotan
quote:Original post by Kafeen
quote:Original post by JOL
Actually, I have no need for a debugger since I write COMPLETELY bugfree code.


There''s no such thing.


Actually, it''s perfectly possible. It''s just not very practical.

[ MSVC Fixes | STL Docs | SDL | Game AI | Sockets | C++ Faq Lite | Boost
Asking Questions | Organising code files | My stuff | Tiny XML | STLPort]


I think this article should prove Kylotan''s point
Advertisement
Debugging: gdb, ddd
Profiling: Valgrind, Cachegrind, KCachegrind
cachegrind is just a frontend to valgrind
[edit]
I forgot the most importand debugging tool: std::cout!
[/edit]

[edited by - Rule on February 29, 2004 8:31:51 AM]
quote:Original post by Spudder
I think this article should prove Kylotan''s point


Ohh that''s a great article! The discipline required for the shuttle group is just phenomenal.

BTW: The only dev tools I have are GNU. gdb, gprof (though I haven''t used it yet), and so on.


==================
Benjamin Heath
==================

This topic is closed to new replies.

Advertisement