Search found 3 matches

by briphi
13 Feb 2008, 16:15
Forum: Server Side Extension Development
Topic: Exception management
Replies: 8
Views: 13318

Exception management

I'm having some trouble handling exceptions, and am getting quite confused in the process.

I'm trying to handle my own exceptions, and I want to log them to a file. Is there a way to access the stack trace data (which smartfoxserver prints when we don't catch the exception), so that I can log it ...
by briphi
05 Feb 2008, 17:11
Forum: Server Side Extension Development
Topic: Zone to Room extension message
Replies: 1
Views: 4815

Zone to Room extension message

Is there a way to communicate between my zone extension and a room extension? I've tried searching around a bit and havent really found anything. Seems like it should be an easy task, so I must be missing something. Any ideas?
by briphi
24 Jan 2008, 14:46
Forum: Server Side Extension Development
Topic: Debugging client side extensions
Replies: 1
Views: 4772

Debugging client side extensions

I'm having some problems debugging my server side AS extension. Is there a way to step through it or do I just have to use trace()? I'm pretty new to Javascript/Actionscript, and the specific problem that I'm having is that I want to see what data is contained in the object that is passed into ...