F8 Run current project in debugger Ctrl-F7 Continue execution F7 Execute the next line of code Shift-F7 Execute the next instruction, stepping into functions Shift-Ctrl-F7 Execute until the current block exit F5 Toggle breakpoint in current line F4 Run program until it reaches the current line Sends a user-defined command to the GDB debugger Adds symbols from another file Displays a back-trace of the stack Disassembles the current stack frame Edit watches... Stop current debugging session