aboutsummaryrefslogtreecommitdiff
path: root/book/src/generated
diff options
context:
space:
mode:
authorGokul Soumya2022-02-14 02:32:22 +0000
committerGitHub2022-02-14 02:32:22 +0000
commit59acee308dc0c68d1d9c65d050a2df211c6aacf4 (patch)
treea53a89773b89d0b70b58cada2c34d47e66d21031 /book/src/generated
parent97d4b2b5fe399ecc9992df91aa4230fe96357792 (diff)
Add new dap commands to docs (#1660)
Diffstat (limited to 'book/src/generated')
-rw-r--r--book/src/generated/typable-cmd.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/book/src/generated/typable-cmd.md b/book/src/generated/typable-cmd.md
index aed75cbd..5881716d 100644
--- a/book/src/generated/typable-cmd.md
+++ b/book/src/generated/typable-cmd.md
@@ -38,6 +38,9 @@
| `:encoding` | Set encoding based on `https://encoding.spec.whatwg.org` |
| `:reload` | Discard changes and reload from the source file. |
| `:tree-sitter-scopes` | Display tree sitter scopes, primarily for theming and development. |
+| `:debug-start`, `:dbg` | Start a debug session from a given template with given parameters. |
+| `:debug-remote`, `:dbg-tcp` | Connect to a debug adapter by TCP address and start a debugging session from a given template with given parameters. |
+| `:debug-eval` | Evaluate expression in current debug context. |
| `:vsplit`, `:vs` | Open the file in a vertical split. |
| `:hsplit`, `:hs`, `:sp` | Open the file in a horizontal split. |
| `:tutor` | Open the tutorial. |