[Laszlo-checkins] r7072 - openlaszlo/branches/wafflecone/docs

ben@openlaszlo.org ben at openlaszlo.org
Wed Oct 31 13:34:43 PDT 2007


Author: ben
Date: 2007-10-31 13:34:39 -0700 (Wed, 31 Oct 2007)
New Revision: 7072

Modified:
   openlaszlo/branches/wafflecone/docs/release-notes.html
Log:
Change 20071031-ben-Q by ben at slim.local on 2007-10-31 13:32:16 PDT
    in /Users/ben/src/svn/openlaszlo/branches/wafflecone
    for http://svn.openlaszlo.org/openlaszlo/branches/wafflecone

Summary: Updated release notes with LPP-4719, how to generate bug report info in debugger

Technical Reviewer: none

Details: 

When the release notes are copied to the deployment directory, the link to the 
developer's guide's debugging chapter will need to be updated. 

Tests:



Modified: openlaszlo/branches/wafflecone/docs/release-notes.html
===================================================================
--- openlaszlo/branches/wafflecone/docs/release-notes.html	2007-10-31 20:34:29 UTC (rev 7071)
+++ openlaszlo/branches/wafflecone/docs/release-notes.html	2007-10-31 20:34:39 UTC (rev 7072)
@@ -32,8 +32,17 @@
 Please see the <a href="http://download.openlaszlo.org/4.0.0/release-notes.html">OpenLaszlo 4.0 Release Notes</a> for an overview of significant changes since 3.x.
 </p>
 <h1>New Features in 4.0.7</h1>
-<p>none</p>
-
+<p><b>Improved Bug Report Support in Debugger:</b> The `bugReport` method of the Debugger can be used to create a
+    report suitable for copy/pasting into a bug report. To use it,
+    enable backtraces and debugging, then inspect the error message
+    that you believe reveals a bug, then invoke `Debug.bugReport()` in
+    the debugger. Copy and paste the output of that call into your
+    bug report. 
+</p>
+<p>
+    This process is described in more detail in the <a href="developers/debugging.html">Debugging chapter of the 
+    OpenLaszlo Developer's Guide.</a> 
+</p>
 <h1>Bugs Fixed in 4.0.7</h1>
 <ul>
 <li>[<a href='http://www.openlaszlo.org/jira/browse/LPP-1636'>LPP-1636</a>] - Scripts do not handle spaces in path names</li>
@@ -41,6 +50,7 @@
 <li>[<a href='http://www.openlaszlo.org/jira/browse/LPP-4099'>LPP-4099</a>] - Can't get onerror event while loading resources from 403 forbidden image links</li>
 <li>[<a href='http://www.openlaszlo.org/jira/browse/LPP-4142'>LPP-4142</a>] - LZC arguments that use an equal sign (such as --runtime=swf8) do not work on the Windows command line (cmd).</li>
 <li>[<a href='http://www.openlaszlo.org/jira/browse/LPP-4664'>LPP-4664</a>] - test/explicit-replicators/replicator.lzx visually deletes last two items when the second-to-last item is clicked and ...</li>
+<li>[<a href='http://www.openlaszlo.org/jira/browse/LPP-4719'>LPP-4719</a>] -  Provide a way to output relevant debug info to copy/paste into mail</li>
 <li>[<a href='http://www.openlaszlo.org/jira/browse/LPP-4737'>LPP-4737</a>] - Empty graphic seen when you navigate to the OL app without Flash</li>
 <li>[<a href='http://www.openlaszlo.org/jira/browse/LPP-4784'>LPP-4784</a>] - OL4.0.5, &lt;html&gt; tag and SWF : http://www.openlaszlo.org/lps4/lps/components/extensions/test/html-swf.jsp NOT WOKING</li>
 <li>[<a href='http://www.openlaszlo.org/jira/browse/LPP-4843'>LPP-4843</a>] - Error parsing arguments to lzc using native Windows</li>



More information about the Laszlo-checkins mailing list