home/categories/debugging/ahupp-diet-python-codex-skills-python-debug-skill-md
debuggingtools

python-debug

Use when you need to inspect detailed execution flow of a Python program, stepping through functions and inspecting variable contents with pdb. Triggers include requests to debug Python scripts, trace execution, or inspect runtime state using the pdb debugger.

ahupp
maintainer
ahupp
更新于 1/19/2026
星标
0
分支
0
quick start

Installation and usage

Use when you need to inspect detailed execution flow of a Python program, stepping through functions and inspecting variable contents with pdb. Triggers include requests to debug Python scripts, trace execution, or inspect runtime state using the pdb debugger.

安装
$ install --globalskills.sh
使用

安装后,您可以通过在终端运行以下命令来使用此技能:

skills use python-debug