how to debug hypermesh tcl macros ... ?
Altair Forum User
Altair Employee
is there a way to debug tcl macros in hypermesh as debugging a code in VBA ??
also, how can I create tbl files instead of tcl files?
thanks
0
Answers
-
... I do the same, I write out to the command window using the puts command. somethings is everything the I needs, but sometime I sent too much time looking for a bug or mistypo that makes my tcl to crash.
0 -
Hi I am also new to Tcl and am having problems with debugging scripts.
using variables from with in one porc to another.
I have tried to use echo('test' $testvar) to output to stderr file.
and put $logfile 'test $testvar to out put to a text file can you send me any sample degugging script?
0