The Computer Oracle

show all breakpoints when debug a python code with pdb

--------------------------------------------------
Become or hire the top 3% of the developers on Toptal https://topt.al/25cXVn
--------------------------------------------------

Track title: CC C Schuberts Piano Sonata No 13 D

--

Chapters
00:00 Question
00:29 Accepted answer (Score 31)
00:53 Thank you

--

Full question
https://superuser.com/questions/723514/s...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #debug #ipython

#avk47



ACCEPTED ANSWER

Score 35


Use the b command with no arguments.

Without argument, list all breaks, including for each breakpoint, the number of times that breakpoint has been hit, the current ignore count, and the associated condition if any.

from http://docs.python.org/2/library/pdb.html