trstringer / cli-debugging-cheatsheets

:fire: Collection of command-line debugging cheatsheets for multiple languages and runtimes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Command Line Debugging Cheatsheets

Collection of language and runtime command-line debugging common actions

Index

Why is this important?

  1. 🔥 You won't always have 3rd party tooling when debugging an issue
  2. ⭐ Learn the native builtin support for debugging
  3. 💪 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? 😮 Add it!

  1. Fork this repo
  2. Copy the template: cp .template.md <programming_language>.md
  3. Make your additions to <programming_language>.md
  4. Create a pull request to be merged upstream

About

:fire: Collection of command-line debugging cheatsheets for multiple languages and runtimes

License:MIT License