Re: PyCharm not stopping at breakpoint

2016-04-18 Thread Fred Stluka
Schaf, Yes, I've seen that.  In my case, it's not a bug.  It's an intentional design decision that is necessary for a symbolic debugger to work the way you want it to.  Happens in all symbolic debuggers, including PyCharm. Here's a explanation I sent m

Re: PyCharm not stopping at breakpoint

2016-04-18 Thread Žan Anderle
Hi, are you sure that the breakpoint is reached? Maybe the test fails before that? Also, you might want to update your PyCharm, as it is quite a few versions behind :) Best, Žan Dne ponedeljek, 18. april 2016 15.04.56 UTC+2 je oseba scha...@gmail.com napisala: > > HI All, > I have some unit

PyCharm not stopping at breakpoint

2016-04-18 Thread schaf . mh
HI All, I have some unit tests (using django-nose). As one was failing I wanted to debug the test (to see what's going on), but pyCharm does not stop at the breakpoint. I'm working with Python 2.7.6, Django 1.5.1, django-node 1.2, nose 1.3.3. PyCharm 4.5.3 Do you have any ideas? Thanks Regards