GiD is a pre/postprocessing program for Finite Element Analysis that uses TCL/TK as its extension language http://www.gidhome.com .
To debug GiD in Windows, it is necessary to load the comm
package. Do it in file:
<GiD installation dir>/scripts/tclfile-opengl
around line 420 before section
Debug funcs
.
In UNIX, it should work directly.
Check section Debugging remotely
for the rest of the steps to follow.
Check section As package
for an alternative way of debugging
GiD. Specifically, the package require RamDebugger should be added near the end of
file <GiD installation dir>/scripts/tclfile-opengl
.