diff options
Diffstat (limited to 'doc/guides/debugger.md')
| -rw-r--r-- | doc/guides/debugger.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guides/debugger.md b/doc/guides/debugger.md index 2393c20b1..14c9bfebd 100644 --- a/doc/guides/debugger.md +++ b/doc/guides/debugger.md @@ -115,7 +115,7 @@ The breakpoint will be ordered in serial from 1. The number, which was given to the deleted breakpoint, will never be given to another breakpoint again. You can give multiple breakpoints to the specified the line number and method. -Be ware that breakpoint command will not check the validity of the class name and method name. +Be aware that the breakpoint command will not check the validity of the class name and method name. You can get the current breakpoint information by the following options. @@ -367,5 +367,5 @@ r #### Step Command This will run the program step by step. -When the method and the block are invoked, the program will be stop at the first row. +When the method and the block are invoked, the program will stop at the first row. The program, which is developed in C, will be ignored. |
