Salome HOME
fix archive not found in product
[tools/sat.git] / src / debug.py
index e1ab251b1a0af00cd5a48eec7feda9b88660a1fa..1bc2618e88ee9e5afa711f929a3a982722fc718e 100644 (file)
@@ -45,6 +45,10 @@ to set show message temporary as development phase, only in a method:
 
 to set a message for future fix, as temporary problem to not forget:
 DBG.tofix("aTitle", aVariable, True/False) #True/False in production shown, or not
+
+in command line interface you could redirect stderr to file 'myDebug.log':
+>> sat compile ... 2> myDebug.log   # only stderr
+>> sat compile ... &> myDebug.log   # stdout and stderr
 """
 
 import os