What dev tools are you using?

Started by
21 comments, last by gbone 20 years, 1 month ago
I''m curious what everyone is using to do profiling and other debugging ''stuff''? I know Rational/IBM developed Purify and there are some other professional tools for profiling. What are you guys using and what do you recommend? Thanks! -GBone
Advertisement
DevPartner Pro !!
Its got a community edition profiler too....

[edited by - psamty10 on February 27, 2004 9:43:56 PM]
std::cout

:-(
std::cout

:-(

DevPartner for profiling.
System.out.println

:-(
30 day trial of VTune

Game Programming Blog: www.mattnewport.com/blog

DEV-C++ enviroment - mingw - because its free and because it is ''easy'' to develop crossplatform apps with...

and of course, the best and simplest of all
std::cout
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~I'm looking for work
Why has no-one mentioned MessageBox() or OutputDebugString()?
Sure, they''re not portable, but for printing debug info they work fine!

Oh, and VC++ integrated debugger. I''ve never figured out the integrated profiler, though - I got it to give me some numbers but iirc they weren''t very useful numbers.
30day trial of VTune expired for me, so nothing at the momment. At least, besides the typical MSDev stuff: OutputDebugString(), out putting to a log file, code implementation of a memmory manager/watcher, debug window, etc.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The only thing better than word-play is playing with words involving word-play. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

This topic is closed to new replies.

Advertisement