Debug Buttons Toolbar ============================== Continue Until Main ---------------------------------------- **Description:** Continue the execution of the program until the Main function is reached. **Steps:** Continue until main Continue Until Call ---------------------------------------- **Description:** Continue the execution of the program until a function call is reached. **Steps:** Continue until call Continue Until Syscall ---------------------------------------- **Description:** Continue the execution of the program until a Syscall is reached. **Steps:** Continue until syscall