It is a limitation of the SWF player: The debugger needs to talk to the server for any evaluation. (It sends whatever you typed to the server to compile and then loads and executes the compiled code. It has to do this because the `eval` function in the SWF player only knows how to evaluate variables and member references, it cannot evaluate general expressions.)
In the DHTML runtime the debugger does not need to talk to the server because the `eval` function in browser Javascript is a complete implementation. On 2006-05-31, at 07:19 EDT, Darren Cui Liang wrote: > Hi, there! > > The debug window does not work interactively in compiled swf file. > > Is it a bug or feature? > > BR > Darren > _______________________________________________ > Laszlo-dev mailing list > [email protected] > http://www.openlaszlo.org/mailman/listinfo/laszlo-dev _______________________________________________ Laszlo-dev mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-dev
