Skip to content

Commit 34227ac

Browse files
committed
no config debug: Add debugpy.sh
It seemed non trivial to do something other than just copying the existing `debugpy` script, so that's what I opted for. Close #651.
1 parent d7b9643 commit 34227ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)