Improved Bug Reporting
If you are running on top of OpenLaszlo RingDing (aka 4.1.x, aka trunk), there is a new feature in the Debugger to help with bug reports. If you encounter a bug that prints a message in the debugger and you believe it is an OpenLaszlo bug, take the following steps to generate a bug report:
1. Enable Backtrace in the developer console
2. Provoke the error
3. Click on the debugger message to `inspect` it
4. Invoke `Debug.bugReport()` in the debugger
5. Copy and Paste the output into your bug report
The bug report gives details of the exact build of OpenLaszlo that you are reporting on, the detailed error message, backtrace, and the details of all objects involved.








