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 Under Consideration
Workspace Domino Designer
Categories Debugger
Created by Guest
Created on Mar 6, 2020

Make LS debugger work in dialogs, on forms with embedded views

Currently, there are severl oft-used design constructs where you cannot use the Lotusscript debugger. Like in dialogs, or in forms with embedded views.

This makes debugging scripts used in these situations incredibly painful.

Please remove these limitations, and make the debugger available in all cases.

  • Attach files
  • Guest
    Reply
    |
    Nov 24, 2022

    See also https://domino-ideas.hcltechsw.com/ideas/DDXP-I-78

    I think I have thought of a way how to implement it: make it so each memory-space (By which I mean each opened document Form and its subforms share the same global memory space, but Dialogs and embedded views have a separate memory space) starts its own instance of the debugger.

    That way, you can:

    1. Debug script in newly opened Documents

    2. Debug script in Dialogs

    3. Debug script in forms with embedded views