Setting a breakpoint on a line with a disabled breakpoint re-enables it
There is some logic here that I'm not sure about because apparently bdb supports multiple breakpoints per line (?), but I'm unclear how this could ever happen in PuDB. For now, the logic is, only the first disabled breakpoint is re-enabled (if no breakpoints are disabled, 'b' clears the breakpoints, as before).
Loading
Please sign in to comment