Page 1 of 1

SmartFox Client Debugger

Posted: 21 Aug 2009, 08:16
by fudo
Hi people!

I create a Debugger for SmartFox client. It works like DeMonsterDebugger through local connections with client. But the feature is that you can send any object that you want like if you creating it with AS3 but in run-time. For this I create a light weight ObjectParser class. The GUI created with AsWing lib. To connect debugger with client create an instance of SmartFoxClientDebugger class in your project.

You can download all source code and swf:
SmartFoxClientDebugger.zip

You can also try it in action
SmartFoxClientDebugger

Posted: 25 Aug 2009, 07:40
by Lapo
Interesting.
I tried your demo, but upon connection it doesn't seem to work.
I used 127.0.0.1 as the IP address and an error (#2004) was fired, saying that one of the parameters is wrong.

Posted: 12 Oct 2009, 12:14
by fudo
Hm... didn't notice that connect causes error #2004. I tested loadConfig with autoConnect=true and it works and then sendPublicMessage and others work too. I don't know why connect is not working. :?: