Change 20070326-ptw-b by [EMAIL PROTECTED] on 2007-03-26 15:26:58 EDT
    in /Users/ptw/OpenLaszlo/legals-1
    for http://svn.openlaszlo.org/openlaszlo/branches/legals

Summary: Debugger indicates when it is abbreviating an object

Bugs Fixed:
LPP-3784 'Debugger needs to indicate when it has abbreviated an object.'

Technical Reviewer: hminsky (pending)
QA Reviewer: antun (pending)
Doc Reviewer: jsundman (pending)

Documentation:
When the debugger prints an object, it tries to print a concise
description of the object -- if the object has a name or id, it will
try to use that name.  For anonymous objects, it will print some of
the properties of the object (if not all the properties are printed,
it will print `...` to indicate the elision).  If you want details of
the object, you should inspect the object, but note that even
inspection does not show methods or inherited properties.

Tests:
    IWFM

Files:
M      WEB-INF/lps/lfc/debugger/platform/swf/LzDebug.as
M      WEB-INF/lps/lfc/debugger/platform/dhtml/LzDebug.js


Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20070326-ptw- b.tar

Reply via email to