python-debugpy
Debug Python 结合 pdb, breakpoint(), post-mortem inspection, 和 d。
原文场景:breakpoint(): local code, source edits ok, f
安装这个 Skill
原文暂未提供标准安装命令。
为什么值得装
推荐它,是因为它在「调试工具」分类里热度靠前(GitHub Stars 380,125),同时原始文档信息密度足够高。原文列出的执行要点包括:breakpoint(): local code, source edits ok, fastest path.;python3 -m pdb: no source edit, launch from the beginning.。对经常重复的任务来说,这类 Skill 能把经验沉淀到工作流前端,减少临场猜测。
原文里最有价值的点
- Debug Python 结合 pdb, breakpoint(), post-mortem inspection, 和 d。
- 原文摘录:Debug Python 结合 pdb, breakpoint(), post-mortem ins
- 原文要点:breakpoint(): local code, source edits ok, fastest p
- 补充线索:python3 -m pdb: no source edit, launch 来自 the begi
适合用在
- 建立测试闭环、回归验证、安全检查和发布前质量门
- 提升 Agent 的规划、调试、浏览器自动化和多代理协作能力