|
Winning Witte
Registered User
Join date: 26 Apr 2006
Posts: 19
|
03-01-2007 11:11
Hi, my script has stalled because of some unknown problem. Is there no debug mode or debugger that allows me to see the line or area it's stalled on?
Thanks in advance. Winning
|
|
Talarus Luan
Ancient Archaean Dragon
Join date: 18 Mar 2006
Posts: 4,831
|
03-01-2007 11:14
If it is a run-time error, most often, no, it doesn't tell you the line number. You can open up the debug message window, and it will tell you if there was a run-time error (I have debug messages to local chat turned out all the time anyway). Outside of that, the only way to find where it "stalls" is through the gratuitous use of debug code (llOwnerSay("I'm running here at point A"   throughout your code. Sadly, there's no script debugger available, since you don't have that kind of access to the machine it is running on.
|