diff --git a/lib/cli/consolecommand.cpp b/lib/cli/consolecommand.cpp index 9225fd6d2..735be4b67 100644 --- a/lib/cli/consolecommand.cpp +++ b/lib/cli/consolecommand.cpp @@ -132,7 +132,8 @@ void ConsoleCommand::BreakpointHandler(ScriptFrame& frame, ScriptError *ex, cons ShowCodeLocation(std::cout, di); std::cout << "You can inspect expressions (such as variables) by entering them at the prompt.\n" - << "To leave the debugger and continue the program use \"$continue\".\n"; + << "To leave the debugger and continue the program use \"$continue\".\n" + << "For further commands see \"$help\".\n"; #ifdef HAVE_EDITLINE rl_completion_entry_function = ConsoleCommand::ConsoleCompleteHelper; @@ -237,7 +238,9 @@ int ConsoleCommand::Run(const po::variables_map& vm, const std::vector