56 | Adding value to "entry not found in index" messageThomas Schulte720 - 23 2009 (3) Every once in a while a user comes to the support and tells us "I have a message on my screen" it says "Entry in Index not found" can you please solve this. What i would like to see is an error message with a tiny little bit more ... |
17 | Add LS function to dump variable content for error loggingJan Schulz4378 - 01 2009 (1) A function, which prints out (recursively) names and content of the current available variables would be a great addition to the stacktraces, you can get via OpenLog.
For notes internal classes, it should print relevant information (like the UNID for NotesDocuments) |
9 | LotusSctript: GetThreadInfo(LSI_THREAD_CALLPROC) if is called from the first procedure in the stack must return an empty string.Nikolay Yushmanov1423 - 27 2010 (1) If you call GetThreadInfo from the first procedure in the stack with parameters LSI_THREAD_CALLPROC and LSI_THREAD_PROC you'll get the same results. I suggest, that GetThreadInfo(LSI_THREAD_CALLPROC) in that case return an empty string. It would be a symptom of the first called procedure. It is good to use ... |
7 | Lotus Script: record call history for for informative debuggingMark Demicoli10094 - 25 2010 (8) GetThreadInfo is great for error handling. It would be great to extend with a parameter "LSI_THREAD_CALLSTACK" which records the subroutine/function call history. This would show the path code took before ... |
-4 | Option to load Notes client in debug modePatrick Kwinten21943 - 08 2010 (1) sometimes the client refuses to start up and there is no indication however what the problem may be. it just runs dead.
in such cases you are almost forced to re-install the client completely and you have no good overlook WHERE the problem lies. |