summaryrefslogtreecommitdiffstats
path: root/debugger/command_line.ml
diff options
context:
space:
mode:
Diffstat (limited to 'debugger/command_line.ml')
-rw-r--r--debugger/command_line.ml5
1 files changed, 4 insertions, 1 deletions
diff --git a/debugger/command_line.ml b/debugger/command_line.ml
index 1b5704e84..14c38c468 100644
--- a/debugger/command_line.ml
+++ b/debugger/command_line.ml
@@ -979,7 +979,10 @@ Argument N means do this N times (or till program stops for another reason)." };
(* Breakpoints *)
{ instr_name = "break"; instr_prio = false;
instr_action = instr_break; instr_repeat = false; instr_help =
-"Set breakpoint at specified line or function." };
+"Set breakpoint at specified line or function.\n\
+Syntax: break function-name\n\
+ break @ [module] linenum\n\
+ break @ [module] # characternum" };
{ instr_name = "delete"; instr_prio = false;
instr_action = instr_delete; instr_repeat = false; instr_help =
"delete some breakpoints.\n\