mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-01 18:57:20 +00:00
Run .dr* in visual prompt in cfg.debug is set ##visual
This commit is contained in:
parent
2298b49f73
commit
f6265e131f
@ -809,6 +809,9 @@ R_API int r_core_visual_prompt(RCore *core) {
|
||||
r_cons_echo (NULL);
|
||||
r_cons_flush ();
|
||||
ret = true;
|
||||
if (r_config_get_i (core->config, "cfg.debug")) {
|
||||
r_core_cmd (core, ".dr*", 0);
|
||||
}
|
||||
} else {
|
||||
ret = false;
|
||||
//r_cons_any_key (NULL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user