File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,13 @@ in the callstack labelled 'Global Workspace' to see the variables in `.GlobalEnv
7272For a detailed explanation of possible launch config entries and other settings, see
7373[ Configuration] ( https://manuelhentschel.github.io/vscDebugger/articles/configuration.html ) .
7474
75+ ## Encoding issues on windows
76+ Due to some changes in v0.5.0 concerning the communication between this extension and the R package ` vscDebugger ` ,
77+ combined with the way non-utf-8 encodings are handled in R,
78+ there might be some problems with this extension on Windows.
79+ However, as of R-version 4.2.2, R can handle UTF-8 encoded communication on Windows much better.
80+ To avoid these issues, it is recommended to update R to at least v4.2.2 and use the latest version of this extension and the related R package.
81+
7582## How it works
7683The debugger works as follows:
7784
You can’t perform that action at this time.
0 commit comments