Michael,

To hide all standard class code for debugging you can (pre)compile that part of the code within a #NOISY 0 block.

As an example, change OrderPrecompile.pkg into:
Code:
#NOISY 0
Use Ui
Use DfAllent.pkg
Use cCJStandardCommandBarSystem.pkg
#NOISY 1