Is there away to see how a programme is being executed. | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 4

Is there away to see how a programme is being executed.

i rember seeing somthing on sololearn not long ago were it was showing how a loop was being worked out with like a beam of light going through each line of code?

7th Aug 2017, 3:57 PM
D_Stark
D_Stark - avatar
2 Réponses
+ 4
You can use the debugger in an IDE. With that you should be able to see what variables are equal to what at what time, going through what is happening in the program step by step. You will need to learn about breakpoints, which will pause the program as specific points.
7th Aug 2017, 6:52 PM
Rrestoring faith
Rrestoring faith - avatar
+ 3
Thats it ! 😀 . Thanks. Im trying to figure how the star pattens works in the background i know how to make the programme but not sure how its executing it if you get me.
7th Aug 2017, 4:41 PM
D_Stark
D_Stark - avatar