Changes between Version 33 and Version 34 of PRO_LIB_CORE_TUTORIAL


Ignore:
Timestamp:
07/09/09 19:11:11 (16 years ago)
Author:
gogov
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PRO_LIB_CORE_TUTORIAL

    v33 v34  
    660660== Debugging ProLib == 
    661661Some 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. 
    663663 * 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] 
    665665 
    666666== Good Practices  ==