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

Key: LPP-753
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: -- --
Assignee: Frisco Del Rosario
Reporter: Max Carlson
Votes: 0
Watchers: 0
Operations

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

Errors in debugger for SWF6

Created: 29/Sep/05 02:43 PM   Updated: 26/Jun/06 09:36 PM
Component/s: Debugger
Affects Version/s: 3.1 (aka Denver)
Fix Version/s: 3.1 (aka Denver)

Time Tracking:
Not Specified

Severity: Minor
Fixed in Change#: 33,324
Fixed in branch: lps-dev
Runtime: N/A
Release Note Text: Debugger now tests for a native object's existence in runtime.


 Description  « Hide
I now get the following warnings running in debug mode wiht flash player 6 in IE:

WARNING: debugger/LzDebug.as:124: reference to undefined variable 'Error'
WARNING: debugger/LzDebug.as:152: undefined object does not have a property 'name'
WARNING: debugger/LzDebug.as:163: undefined object does not have a property '[]'

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
P T Withington - 04/Oct/05 02:45 PM
Change 33324 by ptw@ptw-dev-three on 2005/10/04 14:47:37

Summary: be more careful annotating native objects in debugger

Bugs Fixed:
LPP-753 'Errors in debugger for SWF6'

Technical Reviewer: hminsky (Message-ID: <8c61fad60510041435q17b285b7u39becf1e06e9747a@mail.gmail.com>)
QA Reviewer: max (pending)
Doc Reviewer: n/a

Details: Test for native object's existance in runtime before
trying to annotate it.

Affected files ...

... //depot/lps-dev/WEB-INF/lps/lfc/debugger/LzDebug.as#32 edit


Frisco Del Rosario - 19/Oct/05 05:15 PM
Warnings confirmed disappeared, and /test/debug.lzx run in SWF6 as well, just for kicks.