Links are not active on this page.
 SET DOHISTORY Command

This topic was completely updated by the VFPX community.


Determines whether or not commands from a program are placed into the Debug Output window.

SET DOHISTORY ON | OFF

Parameters

ON

Places commands from a program into the Debug Output window as the program executes.

OFF

(Default) Doesn't place commands from a program into the Debug Output window.

Expand imageRemarks

Use SET DOHISTORY only as a debugging aid to isolate particularly stubborn bugs. SET DOHISTORY ON has no effect when the program is running under the run-time library environment or when the Debug Output window does not exist in IDE. Commands directly executed from the Command window aren't placed into the Debug Output window. Scripts executed via EXECSCRIPT( ) function behave like standard program code and they are placed into the Debug Output window.

Expand imageSee Also