traceStack

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the traceStack to <stackName>
Summary

Reports the name of the stack currently being debugged.

Introduced1.0
OSmac, windows, linux
Platformsdesktop
Example
set the traceStack to "My Stack"
Values
NameTypeDescription
Value

The traceStack property is the name of a stack. If the debugger is not active, the traceStack is empty.

RelatedCommand: debugDo
Glossary: debug, property
Object: stack
Description

Use the traceStack property to set the stack being debugged.

You can set the stack to be debugged in the Script Debug window.

Important: This property may change or be removed in future releases.