notes.ini Setting Lotus Script Call-Stack nach crash analysieren
notes.ini Paramter Client oder Server: DEBUG_LS_DUMP = 1
Trackt LotusScript call stacks as they execute on the client or server, and allows NSD to dump the recorded stacks.
The following calls will appear in the call stack:
- User-defined LotusScript subs
- User-defined LotusScript functions
- LotusScript properties
- Event Handlers
- ADT Methods
- ADT Properties
- C-Callouts
- Note: LotusScript built-in functions such as Instr(), Ubound(), etc, do not appear in the call stack
Hinweis:
Das Setzen des DEBUG-Paramter ist mit Performance Verlust verbunden und sollte nur für den Zeitraum des Troublesshooting aktiviert werden!!!!
Quelle Technote#1499034