27 | Lotus Designer script debugger window vertical split |
23 | Add LS function to determine if debugger is runningScott Leis1450 - 21 2008 / (2) There should be a LS function (or perhaps a property of NotesSession) that returns True if the LS debugger is running, False otherwise. This would be useful in cases where an API call shows a modal window that prevents user interaction with the debugger - the code ... |
22 | Debugger keep breakpoints in correct linesZoltan Szabo4806 - 23 2011 / (5) Keep the breakpoints in the corresct lines after the code is changed!
Now If you add a new line into the code, breakpoints are remaining in the same line number, but that is not the correct line as it was moved up or down. |
13 | Script DebuggerDwain Wuerfel2725 - 18 2010 / (3) Our admins recently created a new copy of the 8.5 mail template that I added some additional code to for automating the creation of our required connection documents and to log some user details. Well, it has been discovered that something happened to that template which caused the $RespondedTo field to ... |