On 5/14/13 10:20 AM, Magicgate Software - Skip Kimpel wrote:
For all you Director "convertees" Does LC have a feature like "trace"
in Director where you can watch code execution as it happens?
A trace command is in the debug menu in the MetaCard IDE but is missing
in LiveCode. There may be
And there is Mark Wieder´s nifty PowerDebug, which even let you remote debug.
http://www.ahsoftware.net/PowerTools/PowerDebug/PDDemo.html
Matthias
Am 14.05.2013 um 17:33 schrieb Scott Rossi :
> LiveCode has the message box, where you can spit out values of anything by
> scripting "put..." fo
LiveCode has the message box, where you can spit out values of anything by
scripting "put..." for example "put mySpecialOutputValue". And there is a
debugger which is activated by clicking in the left margin of the script editor
and placing a red dot next to the line where you want to start deb