Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Status Needs Review
Workspace Domino Designer
Created by Guest
Created on Jun 15, 2023

Allow to exclude a LS class or an entire LS Library to be excluded from debugging

Problem:

As usual nobody wants to invent the wheel again, thus we use libraries and classes so that we do not have to write the same code again and again. But if in an application something is wrong and one has to debug the code and has to go through a lot of old Llibrary and old classes whihc one is99% sure , that they are not the problem. This takes lot of time.

Solution:

Allow a keyword like %NoDebug in a library or in a class. If one debugs and has a sub function or property which belongs in such a library or class, it would be executed without any debugging, just variables need to be refreshed line with "normal" Notes commands like i.e. "Set notesdocument = view.getFirstdocument"


  • Attach files
  • Guest
    Reply
    |
    Oct 23, 2023

    This can be solved by moving such code to a .lss file and using %Include "file.lss". This is what Andre Guirard does in the Pront script library.