> haXe makes this process a lot more easy by providing one single > programming language for both server and client sides. This way you can > share your data structures and classes between the client and server, > but also send directly classes instances by using haXe Remoting between > the two. It's a new paradigm. > > > Hey Nicolas, I´m particulary interested on this new approach (haXe > remoting)... however, I don´t see any remoting technology without a good > debugging tool... can I use NetConnection Debugger to debug haXe > remoting for example? > > - Marcelo.
There is the haxe.AsyncDebugConnection available that is wrapper for the haxe.AsyncConnection but additionaly call some trace methods. By default the methods use the haXe trace but you can override them to have you own trace. Nicolas _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
