Techniques

Buttons & What they do

button nameiconpurpose
restartrerun the code from first breakpoint
closeclose current program
runrun until next breakpoint
pausePause program execution. this means the loops/IO end briefly
step intostep forwards 1 step, can go into functions
step overstep forwards 1 step, will pass over funtions
trace into
trace over
execute til returnrun until we hit a β€˜ret’. useful if you want to get out of a function
run to user code

C Functions & What they do

Hotkeys

CTRL+G: Go to a memory address