2486 shaares
83 private links
83 private links
Advanced 'print' function - enables simple debugging instead of littering code with 'print' statements everywhere while coding. Just add a decorator or context manager instead.
Conceptually somewhat similar to kikito's inspect for lua, or its vim.inspect
neovim implementation in being in-between simple print statements and full blown debugging.