Re: Trace.. Like Director

2013-05-14 Thread J. Landman Gay
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

Re: Trace.. Like Director

2013-05-14 Thread Matthias Rebbe
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

Re: Trace.. Like Director

2013-05-14 Thread Scott Rossi
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