CgKintBundle
Debugging tool
A Symfony bundle that integrates the Kint function with Twig templates to provide a structured and collapsible output for debugging and logging
This Symfony bundle lets you use the Kint function in your Twig templates. Kint is a print_r() replacement which produces a beautiful structured, collapsible and escaped output
22 stars
6 watching
11 forks
Language: PHP
last commit: over 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
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 |
georgejahad/debug-repl | A Clojure REPL extension that allows debugging with access to surrounding lexical scope | 151 |
cenkalti/flask-debug-toolbar-mongo | An extension for Flask's Debug Toolbar to display MongoDB debugging information | 4 |
winfordlin/compass | A tool to help debug Kubernetes deployments by asking simple questions and executing kubectl commands at key steps. | 61 |
microsoft/dbgshell | Automates tasks in the Windows debugger | 675 |
fuzzysecurity/dendrobate | A framework for creating managed code hooking payloads in .NET | 128 |
sirnewton01/godbg | A web-based graphical interface for debugging Go/C/C++ applications using the gdb debugger | 228 |
alexandergugel/wsd | A command-line utility for debugging WebSocket servers by establishing connections to remote servers. | 416 |
chrisgrieser/nvim-chainsaw | A plugin that provides various log statements to help developers inspect and debug their code in the context of a visual editor | 100 |
segersniels/supdock | A wrapper around the docker command to simplify troubleshooting complex container setups | 82 |
pgosar/chatgdb | An extension tool for GDB and LLDB debuggers that leverages the power of ChatGPT to assist with debugging tasks | 903 |
pallet/ritz | Provides tools and infrastructure for debugging and development environments in Clojure programming language | 318 |
dgrnbrg/spyscope | A library of tools for debugging single- and multi-threaded applications written in Clojure. | 586 |
atlas-engineer/ndebug | Toolkit for constructing debugger hooks in Common Lisp applications | 9 |
g-plane/markup_fmt | A formatter for various front-end markup languages and templating engines | 102 |