Debugger: add ability to reset cycles in the debugger.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
parent
825cb59e62
commit
9b3a3e7913
1 changed files with 1 additions and 0 deletions
|
@ -1072,6 +1072,7 @@ namespace sa2
|
|||
if ((ImGui::SameLine(), ImGui::Button("Debug")))
|
||||
{
|
||||
frame->ChangeMode(MODE_DEBUG);
|
||||
resetDebuggerCycles();
|
||||
}
|
||||
if ((ImGui::SameLine(), ImGui::Button("Continue")))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue