Skip to content

Commit b22ecd2

Browse files
committed
minor fix to README.md
1 parent 7f69182 commit b22ecd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Extension/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Connect with the debugger. `jsonLib` is a JSON library containing `.encode` and
114114
`Config.connectTimeout`,` config.controllerHost`, and `config.controllerPort` are settings for remote debugging.
115115
If `config.redirectPrint` is true, the `print` call is intercepted and displayed in the Visual Studio Code output window. Use this item if you want Gideros to print the results of a `print` called just before the breakpoint.
116116

117-
`Debuggee.start` returns two values. The first return value is `true` if it is normally connected to the debugger, otherwise it is` false`. If the `OP_HALT` patch is applied in the current Lua VM, the second return value is `'halt'`, otherwise it is `'pure'`.
117+
`debuggee.start` returns two values. The first return value is `true` if it is normally connected to the debugger, otherwise it is` false`. If the `OP_HALT` patch is applied in the current Lua VM, the second return value is `'halt'`, otherwise it is `'pure'`.
118118

119119
## debuggee.poll()
120120
Processes queued debugging commands and returns immediately.

0 commit comments

Comments
 (0)