Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trstringer/cli-debugging-cheatsheets
:fire: Collection of command-line debugging cheatsheets for multiple languages and runtimes
https://github.com/trstringer/cli-debugging-cheatsheets
bash c cheatsheet debug debugging go golang node nodejs perl python
Last synced: about 1 month ago
JSON representation
:fire: Collection of command-line debugging cheatsheets for multiple languages and runtimes
- Host: GitHub
- URL: https://github.com/trstringer/cli-debugging-cheatsheets
- Owner: trstringer
- License: mit
- Created: 2017-01-18T15:49:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-16T02:45:27.000Z (almost 7 years ago)
- Last Synced: 2024-12-07T10:23:16.683Z (about 2 months ago)
- Topics: bash, c, cheatsheet, debug, debugging, go, golang, node, nodejs, perl, python
- Size: 9.77 KB
- Stars: 259
- Watchers: 10
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Command Line Debugging Cheatsheets
***Collection of language and runtime command-line debugging common actions***
## Index
- [Bash](./bash.md)
- [C](./c.md)
- [Go](./go.md)
- [Node.js](./node.md)
- [Perl](./perl.md)
- [Python](./python.md)## Why is this important?
1. :fire: You won't always have 3rd party tooling when debugging an issue
2. :star: Learn the native builtin support for debugging
3. :muscle: Decouple yourself (developer) from an IDE## But why a collection? Why a GitHub repository?
- As a programmer of multiple languages :flushed: sometimes I need a glance at *current_language*'s cli debugging syntax
- During urgent debugging times :fire: where you need to debug via cli a concise and to-the-point cheatsheet saves valuable time :alarm_clock:
- A consistent experience for all languages/runtimes via a template :relieved:## Help make this better!
I'm only one developer that only works with a subset of languages. Don't see your beloved *programming_language*? :open_mouth: Add it!
1. Fork this repo
2. Copy the template: `cp .template.md .md`
3. Make your additions to `.md`
4. Create a pull request to be merged upstream