The error as below happen when I debug with "console": "integratedTerminal"
, there is no problem with "console": "externalTerminal"
or "console": "internalConsole"
. There was also no problem before I upgraded to 1.90.0.
<code> File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "c:Usersw802479.vscodeextensionsms-python.debugpy-2024.6.0-win32-x64bundledlibsdebugpyadapter/../..debugpylauncher__main__.py", line 91, in <module>
main()
File "c:Usersw802479.vscodeextensionsms-python.debugpy-2024.6.0-win32-x64bundledlibsdebugpyadapter/../..debugpylauncher__main__.py", line 47, in main
launcher.connect(host, port)
File "c:Usersw802479.vscodeextensionsms-python.debugpy-2024.6.0-win32-x64bundledlibsdebugpyadapter/../..debugpylauncher/../..debugpylauncher__init__.py", line 27, in connect
sock.connect((host, port))
ConnectionRefusedError: [WinError 10061] No connection could be made because the target machine actively refused it
</code>
<code> File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "c:Usersw802479.vscodeextensionsms-python.debugpy-2024.6.0-win32-x64bundledlibsdebugpyadapter/../..debugpylauncher__main__.py", line 91, in <module>
main()
File "c:Usersw802479.vscodeextensionsms-python.debugpy-2024.6.0-win32-x64bundledlibsdebugpyadapter/../..debugpylauncher__main__.py", line 47, in main
launcher.connect(host, port)
File "c:Usersw802479.vscodeextensionsms-python.debugpy-2024.6.0-win32-x64bundledlibsdebugpyadapter/../..debugpylauncher/../..debugpylauncher__init__.py", line 27, in connect
sock.connect((host, port))
ConnectionRefusedError: [WinError 10061] No connection could be made because the target machine actively refused it
</code>
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "c:Usersw802479.vscodeextensionsms-python.debugpy-2024.6.0-win32-x64bundledlibsdebugpyadapter/../..debugpylauncher__main__.py", line 91, in <module>
main()
File "c:Usersw802479.vscodeextensionsms-python.debugpy-2024.6.0-win32-x64bundledlibsdebugpyadapter/../..debugpylauncher__main__.py", line 47, in main
launcher.connect(host, port)
File "c:Usersw802479.vscodeextensionsms-python.debugpy-2024.6.0-win32-x64bundledlibsdebugpyadapter/../..debugpylauncher/../..debugpylauncher__init__.py", line 27, in connect
sock.connect((host, port))
ConnectionRefusedError: [WinError 10061] No connection could be made because the target machine actively refused it