On 2008-12-16, at 14:59EST, Lorien Henry-Wilkins wrote:
It's an info, not an error, so Debug.bugReport didn't work.
For future reference, bugReport will run on any message from the
debugger (debug, info, warning, error, etc.) so long as backtrace is
on. You _do_ have to first inspect the message (click on it), so it
becomes the last value, or you can pass the 'id' of the message to
bugReport. For example:
lzx> Debug.info('foo')
INFO: foo
«LzInfo(10)#42| foo»
lzx> Debug.bugReport(42)
Please copy the following information into your bug report:
---START OF BUG REPORT---
LPS VERSION INFORMATION:
URL:
http://127.0.0.1:8080/trunk/test/lpp-6955.lzx?lzt=swf&debug=true&lzr=swf8&lzbacktrace=true
LPS
Version: 4.2.x.0
Release: Latest
Build: 12114 /Users/ptw/OpenLaszlo/trunk
[...]