From c56ac6f888dc270710b1420bf6e19ead512bdedf Mon Sep 17 00:00:00 2001 From: Ole Christian Eidheim Date: Sat, 2 Jan 2016 14:48:18 +0100 Subject: [PATCH] Fixed crash on earlier liblldb versions, and changed a couple debug key bindings from n (used for new file and directory) to h --- src/debug.cc | 3 ++- src/files.h | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/debug.cc b/src/debug.cc index f35bac3..a617295 100644 --- a/src/debug.cc +++ b/src/debug.cc @@ -262,7 +262,8 @@ std::vector Debug::get_backtrace() { for(uint32_t c_f=0;c_fy\",\n" " \"debug_stop\": \"y\",\n" " \"debug_kill\": \"k\",\n" -" \"debug_step_over\": \"n\",\n" +" \"debug_step_over\": \"h\",\n" " \"debug_step_into\": \"t\",\n" " \"debug_step_out\": \"t\",\n" -" \"debug_backtrace\": \"n\",\n" +" \"debug_backtrace\": \"h\",\n" " \"debug_run_command\": \"Return\",\n" " \"debug_toggle_breakpoint\": \"b\",\n" " \"debug_goto_stop\": \"l\",\n"