Breakpoint mode
- F5 Runs the current project or releases the current breakpoint to continue
- F10 Run the command down once
- F11 goes inside the current method
- Shift + F11 jumps out of the current method
- Ctrl + F5 manually HotReload
- Shfit + Comand + F5 restart
- Shift + F5 Close the current application (stop)
Non-breakpoint mode
- Ctrl + F5 to run the current project or release the current breakpoint to continue
- Do the same for other shortcuts