Debugging 【Certified】

: Execute the next line of code without entering functions. Step Into : Enter a function to see what happens inside it.

: Features that let the user see the "live" data: debugging

: Create markers that pause the program at a specific line of code or when a specific condition is met (e.g., when a variable changes). : Execute the next line of code without entering functions