diff options
Diffstat (limited to 'doc/guides/debugger.md')
| -rw-r--r-- | doc/guides/debugger.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/guides/debugger.md b/doc/guides/debugger.md index 61c0418b0..5c49e2af2 100644 --- a/doc/guides/debugger.md +++ b/doc/guides/debugger.md @@ -220,6 +220,7 @@ Example: ``` Enabling all breakpoints + ``` (foo.rb:1) enable 1 3 ``` @@ -263,7 +264,7 @@ Example: ``` (sample.rb:1) info breakpoints -Num Type Enb What +Num Type Enb What 1 breakpoint y at sample.rb:3 -> file name,line number 2 breakpoint n in Sample_class:sample_class_method -> [class:]method name 3 breakpoint y in sample_global_method @@ -273,8 +274,8 @@ Displaying the specified breakpoint number: ``` (foo.rb:1) info breakpoints 1 3 -Num Type Enb What -1 breakpoint y at sample.rb:3 +Num Type Enb What +1 breakpoint y at sample.rb:3 3 breakpoint y in sample_global_method ``` |
