Skip to content

Commit

Permalink
Standardize Markdown table format
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton committed Oct 26, 2023
1 parent c1feb41 commit bbd5701
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions doc/guides/debugger.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,20 +61,20 @@ $ mrdb sample.rb

You can execute the shell commands listed below:

|command|description|
|:-:|:--|
|run|execute programs|
|step|execute stepping|
|continue|execute continuing program|
|break|configure the breaking point|
|delete|deleting the breaking points|
|disable|disabling the breaking points|
|enable|enabling the breaking points|
|info breakpoints|showing list of the breaking points|
|print|evaluating and printing the values of the mruby expressions in the script|
|list|displaying the source cords|
|help|showing help|
|quit|terminating the mruby debugger|
| command | description |
|:----------------:|:--------------------------------------------------------------------------|
| run | execute programs |
| step | execute stepping |
| continue | execute continuing program |
| break | configure the breaking point |
| delete | deleting the breaking points |
| disable | disabling the breaking points |
| enable | enabling the breaking points |
| info breakpoints | showing list of the breaking points |
| print | evaluating and printing the values of the mruby expressions in the script |
| list | displaying the source cords |
| help | showing help |
| quit | terminating the mruby debugger |

### 2.2.2 Debugging mruby Binary Files (mrb file) with mrdb

Expand Down

0 comments on commit bbd5701

Please sign in to comment.