summaryrefslogtreecommitdiffhomepage
path: root/doc/guides/debugger.md
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2020-12-19 17:31:54 +0900
committerGitHub <[email protected]>2020-12-19 17:31:54 +0900
commit8f06789cb311f31c1ab3fca534a4ab660391db75 (patch)
tree1ef2de0ec2870b6955238ba56b77a434aa772ce6 /doc/guides/debugger.md
parentfcc9b7fc2a6d32bd055bbb35396f3af62165a1cb (diff)
parent97eed4493f62da83f81622f5045a5c0db3ef22d2 (diff)
downloadmruby-8f06789cb311f31c1ab3fca534a4ab660391db75.tar.gz
mruby-8f06789cb311f31c1ab3fca534a4ab660391db75.zip
Merge pull request #5232 from jbampton/lint-markdown
feat(CI): add a GitHub Action to lint the Markdown
Diffstat (limited to 'doc/guides/debugger.md')
-rw-r--r--doc/guides/debugger.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/guides/debugger.md b/doc/guides/debugger.md
index 61c0418b0..9d0c005c4 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
```