VSCode: Use port 39999 to test for debugger readiness.
This commit is contained in:
committed by
Chris Hennes
parent
cc39030293
commit
dc9f42de1e
@@ -11,8 +11,8 @@ debugpy.listen(('localhost', 5678))
|
||||
|
||||
# Turns out you cannot probe debugpy to see if it is up:
|
||||
# https://github.com/microsoft/debugpy/issues/974
|
||||
# Open another port that the script WaitForDebugpy can probe to see if
|
||||
# Open another port that the script WaitForDebugpy can probe to see if
|
||||
# debugpy is running
|
||||
listener = Listener(('localhost', 6000), backlog=10)
|
||||
listener = Listener(('localhost', 39999), backlog=10)
|
||||
|
||||
debugpy.wait_for_client()
|
||||
|
||||
Reference in New Issue
Block a user