How to find the breakpoint numbers in pdb (ipdb)?
问题 Trying to find how to execute ipdb (or pdb) commands such as disable . Calling the h command on disable says disable bpnumber [bpnumber ...] Disables the breakpoints given as a space separated list of bp numbers. So how whould I get those bp numbers? was looking through the list of commands and couldn't get any to display the bp numbers [EDIT] The break , b and info breakpoints commands don't do anything, although in my module i clearly have 1 breakpoint set like this import pdb; pdb.set