python-debugpy Skill
Debug Python: pdb REPL + debugpy remote (DAP). Published by NousResearch in hermes-agent.
What is python-debugpy Skill?
Debug Python: pdb REPL + debugpy remote (DAP). Published by NousResearch in hermes-agent. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Testing use cases
Technical details
- Install or run with Copy skill directory
When to use python-debugpy Skill
- Use it for testing.
Built with
Editorial notes
Source
- Creator: NousResearch
- Repository: NousResearch/hermes-agent
- Skill file: skills/software-development/python-debugpy/SKILL.md
What it does
Debug Python: pdb REPL + debugpy remote (DAP).
Skill instructions
Python Debugger (pdb + debugpy) Overview Three tools, picked by situation: | Tool | When | |---|---| | breakpoint() + pdb | Local, interactive, simplest. Add breakpoint() in the source, run normally, get a REPL at that line. | | python -m pdb | Launch an existing script under pdb with no source edits. Useful for quick poking. | | debugpy | Remote / headless / "attach to already-running process." Talks DAP, scriptable from terminal, works for long-lived processes (gateway, daemon, PTY children). | Start with breakpoint(). It's the cheapest thing that works. When to Use - A test fails and the traceback doesn't reveal why a value is wrong - You need to step through a function and watch a collection mutate - A long-running process (hermes gateway, tuigateway) misbehaves and you can't restart it - Post-mortem: an exception fired in prod-ish code and you want to inspect locals at the crash site - A subprocess / child (Python SlashWorker, PTY bridge worker) is the actual bug site Don't use fo
Explore related resources
Frequently asked questions
What is python-debugpy?
python-debugpy is a open-source AI agent skill with Copy skill directory. Debug Python: pdb REPL + debugpy remote (DAP).
Who is python-debugpy best for?
python-debugpy is best for reusing agent instructions, scripts, and references, testing workflows.
How do I install python-debugpy?
Install or run python-debugpy using Copy skill directory. Check python-debugpy for the latest setup command.
Is python-debugpy actively maintained?
python-debugpy may need a closer maintenance check before production use.
Auto-fetched from GitHub.