Initial commit
This commit is contained in:
21
commands/discover-debugging.md
Normal file
21
commands/discover-debugging.md
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
description: Load debugging skills (GDB, LLDB, profiling, memory analysis)
|
||||
---
|
||||
|
||||
# Discover Debugging Skills
|
||||
|
||||
Load the debugging gateway skill:
|
||||
|
||||
```bash
|
||||
cat ~/.claude/plugins/cc-polymath/skills/discover-debugging/SKILL.md
|
||||
```
|
||||
|
||||
This activates skills for:
|
||||
- GDB and LLDB debugger techniques
|
||||
- Performance profiling and analysis
|
||||
- Memory leak detection and debugging
|
||||
- Core dump analysis
|
||||
- Production debugging strategies
|
||||
- Tracing and instrumentation
|
||||
- Debugging in different languages (Rust, Go, Python, etc.)
|
||||
- Remote debugging and distributed systems
|
||||
Reference in New Issue
Block a user