All Projects → ManuelHentschel → vscDebugger

ManuelHentschel / vscDebugger

Licence: MIT license
(Partial) Implementation of the Debug Adapter Protocol for R

Programming Languages

r
7636 projects
typescript
32286 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to vscDebugger

sketchup-ruby-debugger
Ruby API debugger for SketchUp 2014 and later.
Stars: ✭ 62 (+6.9%)
Mutual labels:  debugger
Vytal
Browser extension to spoof timezone, geolocation, locale and user agent.
Stars: ✭ 1,449 (+2398.28%)
Mutual labels:  debugger
apollo
microcontroller-based FPGA / JTAG programmer
Stars: ✭ 32 (-44.83%)
Mutual labels:  debugger
haskell-debug
Implements a graphical haskell debugger in atom, using ghci
Stars: ✭ 21 (-63.79%)
Mutual labels:  debugger
vWATCH64
vWATCH64 is a debugger/real-time variable watch utility for QB64 programs.
Stars: ✭ 16 (-72.41%)
Mutual labels:  debugger
TrackJS-Node
TrackJS Error Monitoring agent for NodeJS
Stars: ✭ 26 (-55.17%)
Mutual labels:  debugger
jsish
Jsi is a small, C-embeddable javascript interpreter with tightly woven Web and DB support.
Stars: ✭ 32 (-44.83%)
Mutual labels:  debugger
stylish-log
🎉 Stylish-log "A beautiful way to see your web console logs"
Stars: ✭ 12 (-79.31%)
Mutual labels:  debugger
birdseye-pycharm
IntelliJ IDE plugin for the Python debugger birdseye
Stars: ✭ 32 (-44.83%)
Mutual labels:  debugger
vil
Vulkan Layer for Live Introspection & Debugging. Allows to view all vulkan state live inside your application.
Stars: ✭ 39 (-32.76%)
Mutual labels:  debugger
solid-debugger
A debugger for solid-js
Stars: ✭ 28 (-51.72%)
Mutual labels:  debugger
nopdb
NoPdb: Non-interactive Python Debugger
Stars: ✭ 67 (+15.52%)
Mutual labels:  debugger
vim-easydebugger
A VIM multi-language debugger plugin
Stars: ✭ 47 (-18.97%)
Mutual labels:  debugger
Linux-Kernel-Driver-Programming
Implementation of PCI drivers, kprobe, sysfs, devfs, sensor driver, miscdevices, synchronization
Stars: ✭ 43 (-25.86%)
Mutual labels:  debugger
app
Buggregator is a beautiful, lightweight debug server build on Laravel that helps you catch your smpt, sentry, var-dump, monolog, ray outputs. It runs without installation on multiple platforms.
Stars: ✭ 259 (+346.55%)
Mutual labels:  debugger
heaptrace
helps visualize heap operations for pwn and debugging
Stars: ✭ 252 (+334.48%)
Mutual labels:  debugger
python3-trepan
A gdb-like Python3 Debugger in the Trepan family
Stars: ✭ 125 (+115.52%)
Mutual labels:  debugger
cc-tool
Mirror of cc-tool from SourceForge
Stars: ✭ 144 (+148.28%)
Mutual labels:  debugger
console
a debugger for async rust!
Stars: ✭ 2,101 (+3522.41%)
Mutual labels:  debugger
nadbg
👀Dynamic memory watcher/tracer/analyzer for CTF pwn
Stars: ✭ 51 (-12.07%)
Mutual labels:  debugger

vscDebugger

This package provides support for the VS Code extension R Debugger.

Installation

The package can be installed from the Releases site. (Experimental) binaries for windows and macOS are provided as well. Should these not work, you can compile and install the package using e.g. devtools and RTools.

Depending on the installation you might need to manually install the dependencies, as well (currently R6 and jsonlite):

install.packages(c('R6', 'jsonlite'))

Usage

Detailed information can be found here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].