Change 20091028-hqm-J by [email protected] on 2009-10-28 20:08:03 EDT
     in /Users/hqm/openlaszlo/trunk-clean
     for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: fix for swf10 debugger to eval code in SOLO files

New Features:

Bugs Fixed: LPP-8576

Technical Reviewer: ptw
QA Reviewer: andre
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details:

+ any eval requests must be sent to a URL on the LPS server which has  
".lzx"
as the pathname suffix, or else they won't get routed to the LPS  
servlet.
This change forces the debug eval routine to send to a file name *.lzx

Tests:

compile an app SOLO from the command line, e.g.,

lzc --runtime=swf10 hello.lzx --debug
Compiling: hello.lzx to hello.swf10.swf


Then load that app file in the browser, and verify that complex  
expressions
work in the debugger e.g.,

canvas.subviews[1].animate('x', 100, 2000, true)

Files:
M      WEB-INF/lps/lfc/debugger/platform/swf9/LzFlashRemote.as
M      lps/components/debugger/platform/swf9/eval.lzs

Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20091028-hqm-J.tar
_______________________________________________
Laszlo-reviews mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-reviews

Reply via email to