PDA

View Full Version : Which Line is making it crash?


seeFresh
09-01-2005, 11:52 AM
Is there a way to tell exactly which line in your script is making your swf crash?

Clox
09-01-2005, 11:57 AM
well, u can set breakpoints in each line by clicking by the line-number.

then test-run in debug mode and set the player only to read a certain amount of lines and then stop, and u can see if it has crashed yet. and keep doin that until u find whats wrong..

seeFresh
09-01-2005, 12:09 PM
HOLY CRAP!!! Debugger is awesome! never used that before! thanks a mil~

chris
seeFresh.net

Clox
09-01-2005, 12:22 PM
you're welcome :)