We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ab7c0 commit 99b8c37Copy full SHA for 99b8c37
bundled/scripts/noConfigScripts/javadebug.fish
@@ -5,6 +5,10 @@
5
# Export the endpoint file path for JDWP port communication
6
set -x JDWP_ADAPTER_ENDPOINTS $VSCODE_JDWP_ADAPTER_ENDPOINTS
7
8
+# Set JDWP options only for this javadebug invocation
9
+# This overrides the global JAVA_TOOL_OPTIONS to avoid affecting other Java processes
10
+set -x JAVA_TOOL_OPTIONS "-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=0"
11
+
12
# Get the directory of this script
13
set script_dir (dirname (status -f))
14
0 commit comments