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
Installing/running from code is a little more involved, but the files `.vscode/tasks.json` and `tsconfig.json` from this repo
50
-
as well as `build.R` and `.vscode/tasks.json` from [vscDebugger](https://github.com/ManuelHentschel/vscDebugger)
51
-
might be helpful.
52
-
53
-
54
46
## Using the Debugger
55
47
* Install this extension in VS Code.
56
48
* Install the package [**vscDebugger**](https://github.com/ManuelHentschel/vscDebugger) in R.
@@ -62,9 +54,6 @@ expressions entered into the debug console are evaluated in the currently active
62
54
* During debugging in the global workspace it is often necessary to click the dummy frame
63
55
in the callstack labelled 'Global Workspace' to see the variables in `.GlobalEnv`.
64
56
65
-
<!-- *For Windows users: If your R installation is from [CRAN](http://cran.r-project.org/mirrors.html) with default installation settings, especially **Save version number in registry** is enabled, then there's no need to specify `rdebugger.rterm.windows`.* -->
66
-
67
-
68
57
## Launch config
69
58
The behaviour of the debugger can be configured with the entry `"debugMode"`,
70
59
which can be one of the values `"function"`, `"file"`, and `"workspace"`.
0 commit comments