diff --git a/libr/core/cmd_debug.c b/libr/core/cmd_debug.c index 4b4c3852a0..83ef9203c1 100644 --- a/libr/core/cmd_debug.c +++ b/libr/core/cmd_debug.c @@ -1959,8 +1959,7 @@ static void r_core_cmd_bp(RCore *core, const char *input) { "'%s'\n", input+2); } } else { - eprintf ("Cannot place a breakpoint here. " - "No mapped memory\n"); + eprintf ("Cannot place a breakpoint on unmapped memory. See dbg.bpinmaps\n"); } } break;