Game Development Community

Breakpoints sometimes cause a hang

by Ian Omroth Hardingham · in Torsion · 08/12/2013 (3:36 am) · 2 replies

Hey guys.

It's very irritating - placing a breakpoint in a function is causing the game to hang. I have to place the breakpoint somewhere else and step through to get to where I want to be. The game runs fine with no breakpoints placed.

Any ideas on this?

Thanks,
Ian

#1
08/12/2013 (5:31 am)
Can Torsion deal with scripts being executed in the same call stack as a break point? I think I start off this rather long function call by execing some scripts.
#2
08/12/2013 (10:54 am)
Huh - has the script where you place the breakpoint been executed prior to the first time the breakpoint would be encountered? This shouldn't cause a problem (at least I've never run into one), but I can see where it might.