Lamy Debugbar

The missing Svelte debugbar, inspired by Laravel Debugbar.

Powered by Shiki we can choose from 29 awesome themes!

Try things out

Motivation

I was using this awesome svelte package called sveltekit-superforms for validating data from obviously form input data. It has this component called SuperDebug which let's you visualize your debugging process called GSD (Get shit dumped). I know, it's awesome, this takes console logging to a next level by dumping all the sensitive data visually on the web page. The project manager now has a reason to blame you when things get leaked after the next release. I was impressed by the idea so I took some time to enhance the layout for SuperDebug and made a pull request #38. Then a realization hit me, "What if we take one step ahead and make this a debugbar like laravel-debugbar?" At that moment, LamyDebugbar component was born.