Test, log and debug. Sounds almost like the joke about the Panda walking into the cafe... but let's get serious.
- Test
- Everyone does it, right? Some even follow test driven development. Many developers, however, fire up their application and spend laborious amounts of time wading through menus and buttons until they reach the one place in the code that blows up. They fix the bug, then fire up the application again, ad nauseum. There is a better way.
- Log
- DevForce by default writes tracing information everywhere it runs. It also allows you to write your own debug and trace messages to its log, and to control how logging is performed.
- Debug
- We provide some information on how to diagnose what's going on and why.