Skip to content

Commit 5da14ba

Browse files
Update ChatScript-Debugging-Manual.md
1 parent 4e4a8e0 commit 5da14ba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

WIKI/ChatScript-Debugging-Manual.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ You can erase the entire contents of the TMP directory a:trny time you want to.
1515
Debugging generally requires use of some :xxxx commands. I don't always remember them all, so at times I might simply say
1616

1717
## `:commands`
18+
to get a list of the commands and a rough description.
1819
```
1920
:commands
2021
```
21-
22-
to get a list of the commands and a rough description.
22+
the above : statement show the list:
2323
```
24+
2425
---- Debugging commands -
2526
:do - Execute the arguments as an output stream, e.g., invoke a function, set variables, etc
2627
:silent - toggle silent - dont show outputs

0 commit comments

Comments
 (0)