2020-03-02 19:06:28 +00:00
|
|
|
Debug Buttons Toolbar
|
|
|
|
==============================
|
|
|
|
|
2020-07-26 04:56:46 +00:00
|
|
|
Continue until Main
|
2020-03-02 19:06:28 +00:00
|
|
|
----------------------------------------
|
|
|
|
**Description:** Continue the execution of the program until the Main function is reached.
|
|
|
|
|
|
|
|
**Steps:** Continue until main
|
|
|
|
|
2020-07-26 04:56:46 +00:00
|
|
|
Continue until Call
|
2020-03-02 19:06:28 +00:00
|
|
|
----------------------------------------
|
|
|
|
**Description:** Continue the execution of the program until a function call is reached.
|
|
|
|
|
|
|
|
**Steps:** Continue until call
|
|
|
|
|
2020-07-26 04:56:46 +00:00
|
|
|
Continue until Syscall
|
2020-03-02 19:06:28 +00:00
|
|
|
----------------------------------------
|
|
|
|
**Description:** Continue the execution of the program until a Syscall is reached.
|
|
|
|
|
|
|
|
**Steps:** Continue until syscall
|