104 | Add color to the lotusscript debugger screenUse color in the debugger as it is seen in the editor. We often spend enough time viewing our code in color that when we get to the debugger, the plain black and white makes it harder to recognize certain parts of your code. |
77 | Application (Database) Block List for Debugger |
54 | LS Debugger: display more than 255 document fields per NotesDocumentMick Moignard2610 - 07 2008 / (3) It would be a great help if the LS debugger could show more than 255 fields for NotesDocuments. Can I suggest that the fieldlist be split with colapsible headings for each field start-letter, with only those letters which start fieldnames being shown; in that way fields would be easy to ... |
48 | Allow access to Designer/Notes/Admin Clients while debugging |
47 | code editing while debuggingAlois Gruber1686 - 28 2007 / (3) being able to edit code while debugging would be great, it would even be better if this code is being recompiled dynamically and debugging is continued with modified code at the current line. I am quite sure that many developers know this situation where you "see" that an error will ... |
47 | Debugger improvements |
41 | Debugger should start only on breakpointsHynek Kobelka8080 - 27 2007 / (1) Right now if you enable the debugger then the debugging process starts every time a new object (database,view,document + each subform) which contains LotusScript code is opened. This can get quite annoying if you want to test a specific button inside a document full of subforms, because you have to ... |
39 | debug on conditional breakpoint |
36 | Debugger default tabSjef Bosman2088 - 27 2007 / (1) Not a very original one, but it still bugs me why the first tab I get when the debugger stops somewhere is the Breakpoints tab. Pretty useless information, usually. I'd like to vote for (many) more Designer options. One would be to be allowed to indicate the default tab ... |
35 | Allow resetting the code execution point in the debuggerCharles Robinson5451 - 06 2007 / (5) I would like to be able to reset the next line of code that will execute in the LotusScript debugger. This could be useful when: 1) You change a scalar value in the debugger and need to have a section of code re-execute 2) You change data in a ... |
31 | Lotus Script Debugger - debug only selected objectZoltan Szabo4877 - 17 2011 / (4) The debugger should only debug the selected database and the selected event. Everybody knows the situation when you debug a code, and you would like to read your mail, or look into the help....pressing continue button hundreed times. Or you would like only debug a button, but you need ... |
28 | Debugger for JavaHynek Kobelka8080 - 02 2007 / (3) Most developers are used to Lotus-Script. They would not have much of a problem to write scripts in Java. The general syntax can be learned in a few hours and the main knowledge lies actually in the object-modell of the Notes-Classes, which are identical to LotusScript. However what ... |
27 | Lotus Designer script debugger window vertical split |
22 | Debugger keep breakpoints in correct linesZoltan Szabo4877 - 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. |
21 | LotusScript: Generic 'core dump' error handlerMark Demicoli10169 - 12 2009 / (5) On error, produce a 'core dump' of all defined variables, objects, and a call trace. The 'core dump' might provide a limited (one-level) listing of defined objects with their property values, and all local and global variable values. Going down more than one level might end up with a ... |
21 | Add a "Sleep" button to the debugger button bar |
21 | On demand enabling the LotusScript debugger |
19 | Agent: "Run With Debugger" menu option & hotkey |
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 ... |
6 | Set scope for debuggerChristopher Boote4523 - 20 2013 / (2) By default, limit the scope of debugger to the database it was started in
It's SUCH a pain to be debugging code, then have to open the help, or write an email, and click 'continue' umpteen times |