Working with error reporting features
The LotusScript editor in Eclipse (LSEE) provides continuous error reporting and support for using Erl() in a user-defined class.
About this task
- Continuous error reporting
- The editor marks a line containing an error with an X in a red circle. Hovering over the mark displays an error message. On the Objects (Outline) tab, the module and its parents are marked with an X in a red circle.
- Erl line number for user-defined class
- If an error occurs inside a user-defined class, the line number reported by Erl() is wrong because the class definition is no longer part of Declarations. To go to the correct error line, click Ctrl+Alt+L), enter the number returned by Erl(), and click OK. (