History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: LPP-5359
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: -- --
Assignee: Unassigned
Reporter: P T Withington
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OpenLaszlo

Debug.trace does not work for 'traditional' Javascript objects

Created: 15/Jan/08 06:38 AM   Updated: 21/Jan/08 12:21 PM
Component/s: Debugger
Affects Version/s: RingDing (4.1)
Fix Version/s: RingDing (4.1)

Time Tracking:
Not Specified

Severity: Minor
Fixed in Change#: 7,833
Runtime: N/A
Fix in hand: True


 Description  « Hide
It only works for objects that are created under our class system. I need this to debug LPP-5338.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
P T Withington - 15/Jan/08 06:41 AM
r7833 | ptw | 2008-01-15 09:40:47 -0500 (Tue, 15 Jan 2008) | 19 lines
Changed paths:
   M /openlaszlo/trunk/WEB-INF/lps/lfc/debugger/LzTrace.lzs

Change 20080115-ptw-k by ptw@dueling-banjos.local on 2008-01-15 09:35:11 EST
    in /Users/ptw/OpenLaszlo/ringding-clean
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Make Debug.trace work with 'traditional' Javascript objects

Bugs Fixed:
LPP-5359 'Debug.trace does not work for 'traditional' Javascript objects'

Technical Reviewer: henry.minsky@gmail.com (pending)

Details:
    Only use addProperty if the object is an instance of Instance,
    otherwise do it manually.

Tests:
    IWFM


Mamye Kratt - 21/Jan/08 12:21 PM
(trunk 4 local build r7775)
Closing.