
| Key: |
LPP-3579
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Not Laszlo
|
| Priority: |
P0
|
| Assignee: |
Unassigned
|
| Reporter: |
Max Carlson
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
OpenLaszlo
Created: 21/Feb/07 12:20 PM
Updated: 13/Dec/07 05:54 PM
|
|
| Component/s: |
Debugger
|
| Affects Version/s: |
4.0.0,
Legals
|
| Fix Version/s: |
Legals
|
|
| Severity: |
Minor
|
| Fixed in Change#: |
3,865
|
| Runtime: |
N/A
|
| Release Note Text: |
In lps.properties you can set compiler.debug.safari to true, do a clean build and flush your browser cache to allow
debugging in Safari 2. This is not on by default because it makes
debugging less useful in Firefox (backtaces will not see function
names). WebKit and Safari 3 work correctly without any workaround.
In lps.properties you can set compiler.debug.safari to true, do a clean build and flush your browser cache to allow
debugging in Safari 2. This is not on by default because it makes
debugging less useful in Firefox (backtaces will not see function
names). WebKit and Safari 3 work correctly without any workaround.
|
| Fix in hand: |
False
|
|
I'm blocked on this - I have 3 p1s that I can't debug in safari, and my unit tests won't run.
|
|
Description
|
I'm blocked on this - I have 3 p1s that I can't debug in safari, and my unit tests won't run. |
Show » |
|
Changed paths:
M /openlaszlo/branches/legals/WEB-INF/lps/config/lps.properties
M /openlaszlo/branches/legals/WEB-INF/lps/server/src/org/openlaszlo/sc/Compiler.java
M /openlaszlo/branches/legals/WEB-INF/lps/server/src/org/openlaszlo/sc/JavascriptGenerator.java
Change 20070221-ptw-T by ptw@dueling-banjos.local on 2007-02-21 13:00:06 PST
in /Users/ptw/OpenLaszlo/legals-1
Summary: Allow debugging in Safari 2
Bugs Fixed:
LPP-3579: 'Fix debugger in Safari'Technical Reviewer: max (Message-ID: <45DCC64F.9090105@openlaszlo.org>)
QA Reviewer: hminsky (pending)
Doc Reviewer: jsundman (pending)
Documentation:
In lps.properties you can set compiler.debug.safari to true to allow
debugging in Safari. This is not on by default because it makes
debugging less useful in Firefox (backtaces will not see function
names).
Details:
lps.properties: Document option
Compiler: Look for compiler.debug.safari property
JavascriptGenerator: Don't name function expressions if that flag
is on.
Tests:
IWFMax