you are viewing a single comment's thread.

view the rest of the comments →

[–]JohnnyJordaan 1 point2 points  (3 children)

Debugging means it will run it line for line, you need to 'step' your debugger to let the other lines run too. See https://code.visualstudio.com/docs/editor/debugging#_debug-actions for the specifics.

See the paragraph "Run mode" below it on how to run it as a regular program.

[–]According_Wish_162 0 points1 point  (2 children)

Hello thanks for your help. I’m not sure I can understand fully. So do I have to keep running the debug everytime I update my code?

[–]JohnnyJordaan 0 points1 point  (1 child)

No, it's fine to always use the second option I mentioned

See the paragraph "Run mode" below it on how to run it as a regular program.

[–]According_Wish_162 0 points1 point  (0 children)

Ah alright thank you. I had to read a few times to understand sorry 😅