Setup remote debugging for a process
In command line type this before launching the debuggable process:
export JAVA_TOOL_OPTIONS="-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5005"
Then start the debugging in intelliJ
Setup remote debugging for a process
In command line type this before launching the debuggable process:
export JAVA_TOOL_OPTIONS="-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5005"
Then start the debugging in intelliJ