Skip to content

Commit 5d3f82c

Browse files
Changes
1 parent f3d1806 commit 5d3f82c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,13 @@ in the callstack labelled 'Global Workspace' to see the variables in `.GlobalEnv
7272
For 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
7683
The debugger works as follows:
7784

0 commit comments

Comments
 (0)