Debugging Tips
Sometimes beginners find, as I did, that there is
so much information in the WebObject reference library, it is difficult to find
out how to do some of the basic things that a developer needs to do. So, here
are some tips on how to get the debug information you need during your
development.
Console Logging of SQL and EOF activity
(very useful)Under the XCode menu
Project/Edit Active Executable, add the following
argument-DEOAdaptorDebugEnabled=trueand
watch the SQL whizz by on the console
window
Posted: Friday - May 21, 2004 at 12:42 PM