What are the important keyboard shortcuts for debugging in SAP UI5

F8 ==> Resume script execution / Run the program

F10 ==> Moves the debugger cursor line after line in the code

F11 ==> Step into next function call

Shift + F11 ==> Step out of current function