Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ManuelHentschel/vscDebugger
(Partial) Implementation of the Debug Adapter Protocol for R
https://github.com/ManuelHentschel/vscDebugger
debugger r vscode
Last synced: 3 months ago
JSON representation
(Partial) Implementation of the Debug Adapter Protocol for R
- Host: GitHub
- URL: https://github.com/ManuelHentschel/vscDebugger
- Owner: ManuelHentschel
- License: mit
- Created: 2020-05-09T13:44:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-26T22:03:47.000Z (4 months ago)
- Last Synced: 2024-06-28T01:40:54.330Z (4 months ago)
- Topics: debugger, r, vscode
- Language: R
- Homepage: https://manuelhentschel.github.io/vscDebugger/
- Size: 1.39 MB
- Stars: 74
- Watchers: 4
- Forks: 13
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - ManuelHentschel/vscDebugger - (Partial) Implementation of the Debug Adapter Protocol for R (R)
README
# vscDebugger
This package provides support for the VS Code extension
**[R Debugger](https://github.com/ManuelHentschel/VSCode-R-Debugger)**.## Installation
**vscDebugger** is not yet on CRAN, but can be installed from R-universe.
```r
install.packages("vscDebugger", repos = "https://manuelhentschel.r-universe.dev")
```Alternatively, users can install a source release from GitHub
[here](https://github.com/ManuelHentschel/vscDebugger/releases/latest).
However, note that this may require manual compilation of the
underlying C++ code (e.g., using
[RTools](https://cran.r-project.org/bin/windows/Rtools/) on Windows), as well
manual installation of the package dependencies (currently `R6`, `jsonlite`,
and `tcltk`).## Usage
Detailed information can be found [here](https://manuelhentschel.github.io/vscDebugger/).