Page 1 of 1

[GiDlist] RamDebugger

Posted: Mon Oct 27, 2008 3:21 pm
by Georg Haasemann
Hello,
I try to use the RamDebugger but it doesn't work.
I'm using GiD9 (64bit) for Linux which is Ubuntu 8.04.
Starting the RamDebugger inside Gid (DataProblem TypeDebugger...), the RamDebugger window opens. After setting a break point in the tcl-file, I start the procedure in GiD. However, Gid runs through the entire script without changing the focus to the RamDebugger. What do I have to change that it is working properly?

Thanks in advance.
Georg
--
Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger

[GiDlist] RamDebugger

Posted: Mon Oct 27, 2008 5:46 pm
by escolano
After open the file, you must explicitly start the debugging
(with the F5 key or the 'Debug-Continue/Go' menu)

Regards

Enrique

----- Original Message -----
From: "Georg Haasemann" georg.haasemann at gmx.de
To: gidlist at gid.cimne.upc.edu
Sent: Monday, October 27, 2008 3:12 PM
Subject: [GiDlist] RamDebugger


Hello,
I try to use the RamDebugger but it doesn't work.
I'm using GiD9 (64bit) for Linux which is Ubuntu 8.04.
Starting the RamDebugger inside Gid (DataProblem TypeDebugger...), the
RamDebugger window opens. After setting a break point in the tcl-file, I
start the procedure in GiD. However, Gid runs through the entire script
without changing the focus to the RamDebugger. What do I have to change
that it is working properly?

Thanks in advance.
Georg
--
Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen:
http://www.gmx.net/de/go/multimessenger
_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.edu
http://gid.cimne.upc.es/mailman/listinfo/gidlist

[GiDlist] RamDebugger

Posted: Tue Oct 28, 2008 4:37 pm
by Georg Haasemann
Am Montag, den 27.10.2008, 17:44 +0100 schrieb Enrique Escolano:
After open the file, you must explicitly start the debugging
(with the F5 key or the 'Debug-Continue/Go' menu)


That is working! Thank you.

Georg