Use o comando b
sem argumentos.
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.
do link
Estou usando o pdb para depurar um código python. Eu defino os pontos de interrupção na linha de comando pdb com b [linenumber]. Posso verificar todo o linenumber de breakpoints? obrigado.
Use o comando b
sem argumentos.
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.
do link