Debugging < 2026 Release >

: Finish the current function and return to the caller.

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

: A view showing the sequence of function calls that led to the current line. : Finish the current function and return to the caller

Depending on your project, you might build this feature in one of three ways: debugging