how to debug hypermesh tcl macros ... ?

User: "Altair Forum User"
Altair Employee
Updated by Altair Forum User

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

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

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

    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    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?