mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-01 18:57:20 +00:00
Add F9 continue key to ESIL (#16756) ##visual
This commit is contained in:
parent
dbd33d0efe
commit
d2b1d1359e
@ -836,7 +836,11 @@ static void visual_breakpoint(RCore *core) {
|
||||
}
|
||||
|
||||
static void visual_continue(RCore *core) {
|
||||
r_core_cmd (core, "dc", 0);
|
||||
if (r_config_get_i (core->config, "cfg.debug")) {
|
||||
r_core_cmd (core, "dc", 0);
|
||||
} else {
|
||||
r_core_cmd (core, "aec;.ar*", 0);
|
||||
}
|
||||
}
|
||||
|
||||
static int visual_nkey(RCore *core, int ch) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user