mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 03:16:10 +00:00
79b2314e5a
* move building errors to the troubleshooting section * add submodule out of sync issue to troubleshooting * changes to get cutter section * move common issues to user docs * add error related to submodule not in sync * Grammarly scan on all the docs * update contribution guide now that common-errors is split
20 lines
617 B
ReStructuredText
20 lines
617 B
ReStructuredText
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 |