Game Development Community

Stepping through script in Xcode

by Michael Smith · in Torque 2D Beginner · 09/29/2013 (10:55 pm) · 1 replies

I have been working in Torsion to develop my game. Now I am testing it out in Xcode's iPad simulator. I am getting unexpected behavior when testing in the simulator and setting a few breakpoints in my script would help a lot. Is there a way to debug by stepping through the torque script in Xcode similar to what Torsion does?

About the author

Bible translator by day-- game programmer by night


#1
09/30/2013 (12:16 am)
Torsion was built specifically to deal with TorqueScript. As far as I know, with Xcode you would only be able to step through C++/Obj-C code and not scripts. One of the drawbacks to developing on OSX over Windows I guess.