2

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

launch.json

enter image description here

1 Answers1

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