Skip to content

Add the ability to disable the debugger #1557

@oliveryasuna

Description

@oliveryasuna

In some cases, it's useful to use a 3rd party debugger. Since the JVM does not allow multiple TI agents, we cannot simply add -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005 to vmArgs.

Maybe a solution is to add an argument that, when true, does not add append -agentlib:jdwp=transport=dt_socket,server=n,suspend=y,address=localhost:62188 to the command.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions