Chapters 23-24 - Stop on each breakpoint without honouring return value

As it said in book:

  1. If handler function returns True the execution will be stopped on that breakpoint
  2. 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".

@lolgrep Can you please help with this when you get a chance? Thank you - much appreciated! :]

This topic was automatically closed after 166 days. New replies are no longer allowed.