Handle 'decai' and suggest to install ##shell

This commit is contained in:
pancake 2024-08-19 19:04:20 +02:00
parent e382b998a7
commit 48f3d80244

View File

@ -4329,6 +4329,10 @@ static void r_core_debug_esil(RCore *core, const char *input) {
r_debug_esil_watch_reset (core->dbg);
break;
case 'c': // "dec"
if (r_str_startswith (input, "cai")) {
R_LOG_ERROR ("r2pm -ci r2ai-decai");
break;
}
if (r_debug_esil_watch_empty (core->dbg)) {
R_LOG_ERROR ("no esil watchpoints defined");
} else {