Personal tools

DebuggerTips

From OpenLaszlo

To see warnings printed again

Debug.supress_duplicate_warnings = false;

You can also reset the debugger history of messages printed via

__LzDebug.sourceWarningHistory = []

And you can view internal properties of objects via

Debug.showInternalProperties = true;

You can set the debugger to wrap lines via

Debug.setWrapLines(true)