icecream
Debugger
A debugging tool that prints variables and expressions with their values in a formatted and pretty way.
🍦 Never use print() to debug again.
9k stars
51 watching
191 forks
Language: Python
last commit: about 2 months ago
Linked from 2 awesome lists
debugdebuggingdebugging-toolinspectslibraryprintpythonpython3
Related projects:
Repository | Description | Stars |
---|---|---|
sharkdp/dbg-macro | A debugging macro for C++ that provides easy and colorized output of variable values in interactive environments. | 3,019 |
lewinfox/icecream | A debugging tool that simplifies the process of printing and inspecting variables, expressions, and function calls in R programs. | 55 |
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. | 585 |
jvns/pandas-cookbook | A comprehensive guide to getting started with Python's pandas library using real-world data examples | 6,697 |
satwikkansal/wtfpython | Explains counter-intuitive aspects of Python programming | 35,899 |
clojure-cookbook/clojure-cookbook | A comprehensive resource for learning Clojure and solving common programming tasks | 2,596 |
orsinium-labs/flake8-warnings | Lints Python code to detect deprecated modules and functions. | 12 |
oughtinc/ice | Interactive debugging tool for compositional language model programs written in Python | 537 |
fonsp/pluto.jl | A platform that enables interactive, reactive, and reproducible data exploration and modeling through a notebook interface | 5,031 |
debug-js/debug | A debugging utility that provides a way to log debug information in JavaScript applications with colorized output and support for environment variable control. | 11,176 |
jbkahn/flake8-print | A plugin to check Python print statements for coding style and errors | 121 |
microsoft/vscode-recipes | A collection of recipes and guidelines for configuring and debugging various development environments and projects in VS Code. | 5,892 |
casey/just | A command runner that allows users to save and run project-specific commands. | 22,560 |
philip82148/cpp-dump | A debugging library that prints variables of any type in a human-readable format | 308 |
todepond/dreamberd | A programming language with unique syntax and features designed to simplify development and improve code readability | 11,666 |