Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VSCode run without debugging doesn't work

Using VSCode I can run my test python code by pressing the play icon top right.

This should = run without debugging but I get no output

I have tried adding python path to settings.json as per

vscode "Run Without Debugging" doesn't open Python Debug Console

but no change.

Not a big issue but any non workaround solutions.

like image 708
MANICX100 Avatar asked Jun 18 '26 05:06

MANICX100


2 Answers

I Fixed: Re-installing the debugger (in my case IntelliSense)

  1. File Menu "Run" - "Install Additional Debuggers..."
  2. Then in the actual debugger (Generally the first) select Uninstall
  3. Restart VScode
  4. File Menu "Run" - "Install Additional Debuggers..."
  5. Search and install the debugger again
  6. Try
like image 109
Anderson Mendoza Ortega Avatar answered Jun 20 '26 18:06

Anderson Mendoza Ortega


Recently stumbled upon the same problem myself. While running some tests on JavaScript(Node.js as runtime). On a script file with nothing, but a simple console.log('Works!'); it would not print out on the Debug Console using the default Node.js launch configuration. From what I understand it seems to be a Debugger issue of VS Code(ver-1.87). Possible solutions:

  1. It should be fixed in the nightly version here

  2. Install an older version version. Ver-1.83 is what specifically worked for me.

like image 26
hephaestus13 Avatar answered Jun 20 '26 19:06

hephaestus13



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!