stason.org logo lotus


previous page: 1.1.3) Starting with Symantec C++ 7.0, Think Class Library 2.0 using templates and "real" C++ objects is shipping.page up: Mac Programming FAQnext page: 1.11) Are there any good Mac programming magazines?

1.10) How should I debug and test my software? (Mac Programming)

 Books
 TULARC
















Description

This article is from the Mac Programming FAQ, by Jon Watte h+@austin.metrowerks.com with numerous contributions by others.

1.10) How should I debug and test my software? (Mac Programming)

Get ahold of, and install, the extensions DoubleTrouble,
DisposeResource and EvenBetterBusError. They will catch 80% of any
memory related bugs you may have, including many bugs that follow NULL
handles or pointers. (Jasik's Debugger (see above) obviates the need
for these.)

A low-level debugger is required, and while you install it, install the
"leaks" dcmd which will help you catch memory leaks in your application.
All of these tools are available from <ftp.apple.com>.

 

Continue to:


Share and Enjoy

Bookmark this story so others can enjoy it:
  • digg
  • Reddit
  • del.icio.us
  • Furl
  • Wists

Tags

os, Mac, macintosh, apple, programming, software







TOP
previous page: 1.1.3) Starting with Symantec C++ 7.0, Think Class Library 2.0 using templates and "real" C++ objects is shipping.page up: Mac Programming FAQnext page: 1.11) Are there any good Mac programming magazines?