Visual Studio Code only executes the first line of the document
Asked
Viewed 60 times
0
personal speech,
I have a problem with Visual Studio Code, it only runs the first line of my document. In order for me to execute the other lines, I have to select them, I would like to find a way for the document to be executed in full.
You must have activated or entered some debug mode that it makes automatic breackpints per line. You can search for "vscode auto breakpoints" and see if it has anything to do with your problem
Replace images with your code.
– Leandro Angelo
Executing the command on the terminal directly works as expected ?
– Isac
You must have activated or entered some debug mode that it makes automatic breackpints per line. You can search for "vscode auto breakpoints" and see if it has anything to do with your problem
– hugocsl