Changes between Version 33 and Version 34 of PRO_LIB_CORE_TUTORIAL
- Timestamp:
- 07/09/09 19:11:11 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PRO_LIB_CORE_TUTORIAL
v33 v34 660 660 == Debugging ProLib == 661 661 Some advice: 662 * Print. Debugging with a debugger is uglier that usual .662 * Print. Debugging with a debugger is uglier that usual when using the ProLib. Although integrators claim you should use the Loggers, use them only if you will commit what you print. Otherwise use System.out because you'll get oriented much faster. 663 663 * Run the tests before commit. Don't break tests. 664 * Use the Inspector - this is a GUI tool that allows browsing the Properties in the application while it's running. 664 * Use the Inspector - this is a GUI tool that allows browsing the Properties in the application while it's running. Here you can read more about it: [wiki:PRO_LIB_INSPECTOR_R0] 665 665 666 666 == Good Practices ==