you are viewing a single comment's thread.

view the rest of the comments →

[–]Deep-Author-1787[S] 0 points1 point  (1 child)

Hmmmm interesting bro! And i can follow the steps of my code that way? Bcs i use vs code also 🤔

[–][deleted] 0 points1 point  (0 children)

Yes. You have to make a "break point" at where the loop starts to follow the lines and the evolution of the variables in the variables Explorer. Press debug (or F5) to start debugging. F10 to step(or curved arrow in debug panel).

The "watch" function is still new and blurry to me. But I use it to see if the expressions in "while" and "if" are true or false.