icecream

Debugger

A debugging tool that simplifies the process of printing and inspecting variables, expressions, and function calls in R programs.

Never use print() to debug again.

GitHub

55 stars
4 watching
6 forks
Language: R
last commit: 9 months ago
debuggingr

Related projects:

Repository Description Stars
nodai2hitc/ricecream A debugging library that provides an alternative to Ruby's puts/p methods. 44
redislabs/redis-lua-debugger A tool that inserts debugging capabilities into Redis Lua scripts. 89
renatogarcia/icecream-cpp A small, single-header C++ library to simplify debugging by providing a concise and expressive way to print variable values during execution. 581
ruby/debug A Ruby library providing advanced debugging tools and functionality 1,139
slembcke/debugger.lua A simple Lua debugger for embedded systems and single-file use. 781
ruby-debug/debase A Ruby implementation of a debugger for Ruby 2.0.0 or higher. 209
razum2um/clj-debugger A Clojure-based debugger that allows users to set breakpoints and inspect variables in their code 269
sija/debug.cr A debugging tool providing colorized output and type information for Crystal programming language 94
marciol/inspector A module that simplifies debugging by providing a more user-friendly experience. 15
oalabs/blobrunner A tool to debug shellcode extracted during malware analysis. 565
seahyinghang8/blinky An AI-powered debugging agent that uses LLMs to identify and fix backend code errors in real-time. 41
pkulchenko/mobdebug A remote debugger for Lua scripts allowing control of program execution and inspection of current state. 889
elm-lang/debug.elm-lang.org A live online debugging tool that allows developers to pause, rewind, and replay programs, swapping in new code to debug. 66
johnreedlol/pos A macro-based library that adds position information to print statements in Scala code for easier debugging and logging. 23
reasonml/red A tool that enables step-by-step debugging and inspection of OCaml and Reason code 82