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 Jul 11, 2019

Add HTTPJavaDebugOptions parameter to enable Java remote debugging in the HTTP task

The JavaDebugOptions Notes.ini parameter is used to enable Java remote debugging, e.g.

 

JavaDebugOptions=transport=dt_socket,server=y,suspend=n,address=8010

 

Unfortunately, both the agent manager JVM and the HTTP task JVM read the same variable, so in most cases, remote debugging is enabled in the wrong JVM (most of the times the agent manager's JVM) so we have to shutdown the AMGR task to avoid this.

 

Can we get a second Notes.ini variable "HTTPJavaDebugOptions" to make debugging code running in the HTTP task easier?

 

Already requested this in the Design Partner Program back in 2010 and reposted it in 2012 but could not get it added to the Domino server although the feedback was positive.

 

Karsten Lehmann - Mindoo GmbH

  • Attach files
  • Guest
    Reply
    |
    Jul 11, 2019

    - or move to one JVM for both agents and HTTP :-)