You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: Extension/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,7 @@ The result of applying this patch to lua 5.1.5 can be downloaded [here](https://
112
112
Connect with the debugger. `jsonLib` is a JSON library containing `.encode` and `.decode` functions.
113
113
`Config.onError` is a callback to receive when an error occurs in the` vscode-debuggee` module.
114
114
`Config.connectTimeout`,` config.controllerHost`, and `config.controllerPort` are settings for remote debugging.
115
+
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.
115
116
116
117
## debuggee.poll()
117
118
Processes queued debugging commands and returns immediately.
Copy file name to clipboardExpand all lines: Extension/README_ko.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,8 @@ lua 5.1.5에 이 패치를 적용한 결과는 [여기](https://github.com/devca
111
111
## debuggee.start(jsonLib, config)
112
112
디버거와 연결합니다. `jsonLib`은 `.encode`, `.decode` 함수가 포함된 JSON 라이브러리입니다.
113
113
`config.onError`는 `vscode-debuggee` 모듈 안에서 에러가 발생했을 때 전달받기 위한 콜백입니다.
114
-
`config.connectTimeout`, `config.controllerHost`, `config.controllerPort`는 리모트 디버깅을 위한 설정입니다.
114
+
`config.connectTimeout`, `config.controllerHost`, `config.controllerPort`는 리모트 디버깅을 위한 설정입니다.
115
+
`config.redirectPrint` 를 `true`로 하면 `print` 호출을 가로채어 Visual Studio Code의 출력창에 표시합니다. Gideros를 사용할 때 중단점 직전에 호출한 `print`의 결과가 정상적으로 나오게 하려면 이 항목을 사용하십시오.
0 commit comments