Error getting tags :
error 404Error getting tags :
error 404
debugDo statementList
debugDo "beep"
debugDo commandsList
The debugDo command is used by Revolution's message box and debugger.
Parameters:
The statementList is a Revolution statement, a container with one or more statements, or a string that evaluates to a statement.
Comments:
Normally, you should use the do command; consider using debugDo only if you are writing a debugger or similar utility, or if you need to debug the statement list sent by a do command.
When the debugger is active, you can use debugDo to access local variables using the message box. If you enter a debugDo statement into the message box, and the statement refers to a local variable, the variable's value is the current value in the handler that the debugger is executing. This capability is useful if you want to track the current value of a variable in a handler you're debugging.
Important! The details of this command may change in future releases.