Command Line Debugging Cheatsheets
Collection of language and runtime command-line debugging common actions
Index
Why is this important?
🔥 You won't always have 3rd party tooling when debugging an issue⭐ Learn the native builtin support for debugging💪 Decouple yourself (developer) from an IDE
But why a collection? Why a GitHub repository?
- As a programmer of multiple languages
😳 sometimes I need a glance at current_language's cli debugging syntax - During urgent debugging times
🔥 where you need to debug via cli a concise and to-the-point cheatsheet saves valuable time⏰ - A consistent experience for all languages/runtimes via a template
😌
Help make this better!
I'm only one developer that only works with a subset of languages. Don't see your beloved programming_language?
- Fork this repo
- Copy the template:
cp .template.md <programming_language>.md
- Make your additions to
<programming_language>.md
- Create a pull request to be merged upstream