how to debug hypermesh tcl macros ... ?

Altair Forum User
Altair Forum User
Altair Employee
edited October 2020 in Community Q&A

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

Answers

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited August 2007

    ... 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.

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited August 2007

    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?