All Projects → trstringer → Cli Debugging Cheatsheets

trstringer / Cli Debugging Cheatsheets

Licence: mit
🔥 Collection of command-line debugging cheatsheets for multiple languages and runtimes

Programming Languages

python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language
go
31211 projects - #10 most used programming language
golang
3204 projects
perl
6916 projects
bash
514 projects

Projects that are alternatives of or similar to Cli Debugging Cheatsheets

Icecream Cpp
🍦 Never use cout/printf to debug again
Stars: ✭ 225 (-5.86%)
Mutual labels:  debugging, debug
Debug
A tiny JavaScript debugging utility modelled after Node.js core's debugging technique. Works in Node.js and web browsers
Stars: ✭ 9,912 (+4047.28%)
Mutual labels:  debugging, debug
Debugdrawer
Android Debug Drawer for faster development
Stars: ✭ 1,168 (+388.7%)
Mutual labels:  debugging, debug
Icecream
🍦 Never use print() to debug again.
Stars: ✭ 5,601 (+2243.51%)
Mutual labels:  debugging, debug
Gdb Frontend
☕ GDBFrontend is an easy, flexible and extensionable gui debugger.
Stars: ✭ 2,104 (+780.33%)
Mutual labels:  debugging, debug
Android Debug Database
A library for debugging android databases and shared preferences - Make Debugging Great Again
Stars: ✭ 7,946 (+3224.69%)
Mutual labels:  debugging, debug
React Native Logs
Performance-aware simple logger for React-Native with namespaces, custom levels and custom transports (colored console, file writing, etc.)
Stars: ✭ 84 (-64.85%)
Mutual labels:  debugging, debug
Bugsnag Laravel
Bugsnag notifier for the Laravel PHP framework. Monitor and report Laravel errors.
Stars: ✭ 746 (+212.13%)
Mutual labels:  debugging, debug
Android Remote Debugger
A library for remote logging, database debugging, shared preferences and network requests
Stars: ✭ 132 (-44.77%)
Mutual labels:  debugging, debug
Blender Debugger For Vscode
Blender addon for remote debugging Blender with VS Code (and Visual Studio)
Stars: ✭ 123 (-48.54%)
Mutual labels:  debugging, debug
Bugsnag Ruby
Bugsnag error monitoring & reporting software for rails, sinatra, rack and ruby
Stars: ✭ 211 (-11.72%)
Mutual labels:  debugging, debug
Scyllahide
Advanced usermode anti-anti-debugger. Forked from https://bitbucket.org/NtQuery/scyllahide
Stars: ✭ 2,211 (+825.1%)
Mutual labels:  debugging, debug
Bugsnag Android
Bugsnag crash monitoring and reporting tool for Android apps
Stars: ✭ 990 (+314.23%)
Mutual labels:  debugging, debug
Bugsnag Node
[DEPRECATED] Please upgrade to our Universal JS notifier "@bugsnag/js" • https://github.com/bugsnag/bugsnag-js
Stars: ✭ 48 (-79.92%)
Mutual labels:  debugging, debug
Unitydbgdraw
DbgDraw is an API that provides the ability to render various 2D and 3D shapes for visual debugging purposes.
Stars: ✭ 20 (-91.63%)
Mutual labels:  debugging, debug
Vlog
An in-display logging library for Android 📲
Stars: ✭ 86 (-64.02%)
Mutual labels:  debugging, debug
Boxx
Tool-box for efficient build and debug in Python. Especially for Scientific Computing and Computer Vision.
Stars: ✭ 429 (+79.5%)
Mutual labels:  debugging, debug
Node In Debugging
《Node.js 调试指南》
Stars: ✭ 6,139 (+2468.62%)
Mutual labels:  debugging, debug
Scala Trace Debug
Macro based print debugging. Locates log statements in your IDE.
Stars: ✭ 110 (-53.97%)
Mutual labels:  debugging, debug
Debug Bundle
The DebugBundle allows greater integration of the VarDumper component in the Symfony full-stack framework.
Stars: ✭ 2,033 (+750.63%)
Mutual labels:  debugging, debug

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].