
| Key: |
LPP-5359
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
--
|
| Assignee: |
Unassigned
|
| Reporter: |
P T Withington
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
| Severity: |
Minor
|
| Fixed in Change#: |
7,833
|
| Runtime: |
N/A
|
| Fix in hand: |
True
|
It only works for objects that are created under our class system. I need this to debug LPP-5338.
|
|
Description
|
It only works for objects that are created under our class system. I need this to debug LPP-5338. |
Show » |
|
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