Andre added it! I think it somehow magically calls out to the browser to do the regex work. Try it. It works.

On 2008-11-12, at 22:13EST, Henry Minsky wrote:

Does swf8 really have a RegExp facility?





On Wed, Nov 12, 2008 at 9:54 PM, P T Withington <[EMAIL PROTECTED]> wrote:
Change 20081112-ptw-E by [EMAIL PROTECTED] on 2008-11-12 21:45:49 EST
  in /Users/ptw/OpenLaszlo/trunk
  for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Add a simple evaluator to the swf8/9 debugger

Bugs Fixed:
LPP-7271  swf9: exceptions running debugger in embedded HTML

Technical Reviewer: hminsky (pending)
QA Reviewer: [EMAIL PROTECTED] (pending)

Details:
  Added a simple evaluator that can evaluate globals, object member
  and array index expressions without having to invoke the server
  compiler (e.g., `canvas.subviews[0]`).  This will allow simple
  object inspection in the debugger in solo apps or apps deployed
  without the lps server; it will also speed up the evaluation of
  such simple expressions as the server will not be invoked to
  compile them.

Tests:
  lzc --debug someapp.lzx, load that app directly from your
  filesystem, evaluate `canvas.subviews[0]` in the debugger and note
  that it works.

Files:
M      lps/components/debugger/debugger.lzx

Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20081112-ptw-E.tar




--
Henry Minsky
Software Architect
[EMAIL PROTECTED]

Reply via email to