0

I used sip.isdeleted(obj) in the conditions of two conditional breakpoints (the function isdeleted refers to exactly the same object in both cases) - one appears at the last line of a function, and the other appears at the line following the function's call. During debug, the program doesn't break at the first line (last line of the function) and breaks in the second (following the call). How can it be?

Bakuriu
  • 98,325
  • 22
  • 197
  • 231
Tomer
  • 189
  • 1
  • 3
  • 11
  • 2
    Please show some real code that demonstrates the problem. – ekhumoro Sep 11 '12 at 15:43
  • The code is too complex. This is a part of a bug in a quite big project. My question is: Is it possible/reasonable that such a scenario will happen? What can cause it? – Tomer Sep 13 '12 at 08:48
  • But what "scenario"? The more clearly you [define the problem](http://sscce.org/), the greater the chances you will have of getting good answers. – ekhumoro Sep 13 '12 at 16:27
  • It's too complex for me to define the problem with a small code. – Tomer Sep 13 '12 at 17:39

0 Answers0