You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@softwareCobbler what do you think about supporting an env var to disable a configured agent, thus being able to fire up tomcat with the agent configured but disabled?
I've done this via other approaches but it would nice to have an easy way to toggle this on and off
LUCEE_DEBUG_AGENT_DISABLE=true
The text was updated successfully, but these errors were encountered:
Yeah, I suppose I would merge in a PR for this. But, it wouldn't apply to enabling/disabling the libJDWP agent, so it's somewhat of a half-measure. Is Bash/Powershell not up to this task?
@softwareCobbler what do you think about supporting an env var to disable a configured agent, thus being able to fire up tomcat with the agent configured but disabled?
I've done this via other approaches but it would nice to have an easy way to toggle this on and off
LUCEE_DEBUG_AGENT_DISABLE=true
The text was updated successfully, but these errors were encountered: