Page 1 of 1

watch / trace variable

Posted: April 13th, 2007, 1:29 am
by )orgen
hi, can I watch the output of one or several local variables with a easy command, or do I have to output it to a text string on the screen?

Re: watch / trace variable

Posted: April 13th, 2007, 11:48 am
by Mylenium
)orgen wrote:hi, can I watch the output of one or several local variables with a easy command, or do I have to output it to a text string on the screen?
Does alert() or msg() not work for you or what are you trying to watch?

Mylenium

Posted: April 13th, 2007, 10:17 pm
by byronnash
It would be so nice to have a running log of commands showing what the app is doing and the ability to log messages to it to check progress. XSI has that and it makes scripting so much easier to debug.

Posted: April 15th, 2007, 3:10 am
by Mylenium
byronnash wrote:It would be so nice to have a running log of commands showing what the app is doing and the ability to log messages to it to check progress. XSI has that and it makes scripting so much easier to debug.
It certainly would. ;O) I think the new ESTK in the CS3 versions provides a few more hooks to facilitate such tasks. It's probably as good as it will get for a while...

Mylenium

Posted: April 15th, 2007, 11:30 am
by byronnash
Does ESTK CS3 have the ability to adjust the tabs on text blocks? Another feature I miss from Textpad is the ability to find the matching brace"{}" or "()". Those two things make it much easier to not get lost in a see of loops and conditional statements.

Posted: April 19th, 2007, 12:07 pm
by bradshaw1965
byronnash wrote:Another feature I miss from Textpad is the ability to find the matching brace"{}" or "()". Those two things make it much easier to not get lost in a see of loops and conditional statements.
Yes, code folding would go a long way to making the built-in editor usable. I've become so spoiled by Textmate and BBEdit as editors for the Mac that the debugger stays unused. Caveman style printf debugging for me, for now.