We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
debugpy.sh
1 parent d7b9643 commit 34227acCopy full SHA for 34227ac
bundled/scripts/noConfigScripts/debugpy.sh
@@ -0,0 +1,4 @@
1
+#! /bin/bash
2
+# Bash script
3
+export DEBUGPY_ADAPTER_ENDPOINTS=$VSCODE_DEBUGPY_ADAPTER_ENDPOINTS
4
+python3 $BUNDLED_DEBUGPY_PATH --listen 0 --wait-for-client $@
0 commit comments