As it said in book:
- If handler function returns
True
the execution will be stopped on that breakpoint - In other cases, it will continue.
Unfortunately, I experience the problem:
The execution stops on each breakpoint created via bar
.
I rechecked all the code multiple times, yeah.
Why it wants to stop if I send False from the handler?
Additionally, final project + final script don’t want to work at all - it always prints "Breakpoint isn't valid or hasn't found any hits"
.