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 section Debugging remotely for the rest of the steps to follow.
Check section section Using Ramdebugger 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
.
Go to the first, previous, next, last section, table of contents.