enter image description hereI am trying use python on visual studio code. Just try to run some basic hello world program, but its giving me no connection message
. Error message is "Timing out waiting for debugger connection"
. It sounds a bit silly , forgive me I am very new and also on console the error message comes as "ConnectionRefusedError: [WinError 10061] No connection could be made because the target machine actively refused it"
I have tried stack overflow , Youtube to see the answers with the tag line, but nothing works. If someone can help to sort out the issue.
This is my json.launch file
Asked
Active
Viewed 4,388 times
2

RijiWarehouse g
- 21
- 1
- 5
-
Can you edit your post and provide the launch.json file? – Gabriel Cappelli Sep 16 '19 at 20:05
-
Thanks Gabriel C the images of my launch.json files are attached with the file. – RijiWarehouse g Sep 17 '19 at 16:45
1 Answers
0
Have you noted the following similar question?
Visual Studio Code Python Timeout waiting for debugger connection
Might be a bit of a different situation but it appears similar to what you've described.

Alex
- 188
- 11