RamDebugger Freezes
Posted: Fri May 05, 2017 7:45 am
I am using GiD 13 on Windows 7 machine to generate geometries using RamDebugger for TCL. I have succeeded in solving the problem from the thread in this url:
http://www.gidhome.com/forum/viewtopic.php?f=9&t=3715
Using the recommendations from the thread in this url:
http://www.gidhome.com/forum/viewtopic. ... 6&start=10
I have also modified the configuration to "Debug" in the scripts\ConfigureProgram.tcl file as explained by the pdf in this url:
ftp://www.gidhome.com/pub/GiD_Conventio ... 20code.pdf
In other words, I am now able to launch and debug procedures in RamDebugger using these two commands:
The problem: Sometimes it is necessary for me to exit out of the debug session before I have executed the entire procedure using the "Stop Debugging" button in RamDebugger
In GiD 12.0.9 (trial version) this works fine. In GiD 13 this freezes the entire program after the blue bar at the bottom of the RamDebugger session appears:
I would like to fix this or find an alternate way of ending the debug session before the entire tcl procedure I have called through the GiD command -np- test executes. Some of my procedures are very long and it is unnecessary to step through the entire procedure to debug the line I want.
Thanks
http://www.gidhome.com/forum/viewtopic.php?f=9&t=3715
Using the recommendations from the thread in this url:
http://www.gidhome.com/forum/viewtopic. ... 6&start=10
I have also modified the configuration to "Debug" in the scripts\ConfigureProgram.tcl file as explained by the pdf in this url:
ftp://www.gidhome.com/pub/GiD_Conventio ... 20code.pdf
In other words, I am now able to launch and debug procedures in RamDebugger using these two commands:
Code: Select all
-np- my_test
-np- source {your_full_path_to_your_file.tcl}
In GiD 12.0.9 (trial version) this works fine. In GiD 13 this freezes the entire program after the blue bar at the bottom of the RamDebugger session appears:
I would like to fix this or find an alternate way of ending the debug session before the entire tcl procedure I have called through the GiD command -np- test executes. Some of my procedures are very long and it is unnecessary to step through the entire procedure to debug the line I want.
Thanks