Game Development Community

Debugging TorqueScript

by Simon Sirius · in Torque 3D Beginner · 02/24/2013 (4:41 pm) · 3 replies

Are there any debug utilities like stacktraces or similar available within the game engine?

#1
02/24/2013 (5:51 pm)
There is a telnet debugger that you can use. However, it is a bit buggy. I would recommend picking up a copy of Torsion. It is really well integrated with the Telnet debugger. It also has the ability to search the scripting source code. Well worth the money.
#2
02/24/2013 (7:14 pm)
if the telnet debugger is buggy, wouldnt torsion be affected as well, if it uses the telnet debugger?
#3
02/24/2013 (7:23 pm)
The only real problem I've run into is sometime last year Torsion started having trouble hitting breakpoints in behavior methods. Other than that, you can't beat it.