Game Development Community

Problems with Torsion Debugging

by Ken Singleton · in Torque Game Builder · 07/10/2006 (1:49 pm) · 3 replies

Hi everyone! I was wondering if you could help out? I am having problems with Torsion when it comes to debugging TGB scripts. When I click on the start(F5) button, I get a dialog basically saying that Torsion can't find the TGB_Debug.exe file. I cannot find it anywhere. Does this mean it only comes as part of the code version of TGB and not the binary version?

About the author

Recent Threads


#1
07/10/2006 (2:56 pm)
Probably yes. Though I don't think there's any reason they couldn't distribute a debug binary of TGB as part of the non-Pro version, if it's necessary for things like Torsion's script debugger to work.
#2
07/13/2006 (10:09 am)
Well it's not necessary to making debugging work, but it makes debugging better experience. The release version will not allow you to set breakpoints outside of function bodies or on the exit point of a function. I'm going to suggest to GG that the release build shipped with TGB have these features turned on by default.
#3
07/15/2006 (6:56 am)
*Ahem* At the top, look for the dropdown that says "Debug", change it to "Release". Voila.