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