Re: debugging with pycharm

2015-06-01 Thread Bowman han
Thx,that works. On Tuesday, April 23, 2013 at 1:58:51 AM UTC+8, Nikolas Stevenson-Molnar wrote: > > I assume you're running it in the debugger? Make sure you regular server > isn't still running. Also, make sure your break point is on a line a line > which does something (e.g., *not* on a clas

Re: debugging with pycharm

2013-04-23 Thread Mark Lybrand
I hope not :( I will check template debugging tomorrow. I have already started looking at WingIDE as an alternative, but would much prefer to stick with PyCharm, since I am familiar with other JetBrain products. On Mon, Apr 22, 2013 at 9:49 PM, Ezequiel wrote: > On Monday, April 22, 2013 3:03

Re: debugging with pycharm

2013-04-22 Thread Ezequiel
On Monday, April 22, 2013 3:03:11 PM UTC-3, Mark Lybrand wrote: > > It would appear that this was broken in 2.7.1. When I upgraded to 2.7.2 > my breakpoints once again work as expected. > I think in 2.7.1 the BP did not work if you set them after running server, on 2.7.2 is fixed. But in 2.7.

Re: debugging with pycharm

2013-04-22 Thread Mark Lybrand
It would appear that this was broken in 2.7.1. When I upgraded to 2.7.2 my breakpoints once again work as expected. On Mon, Apr 22, 2013 at 10:58 AM, Nikolas Stevenson-Molnar < nik.mol...@consbio.org> wrote: > I assume you're running it in the debugger? Make sure you regular server > isn't st

Re: debugging with pycharm

2013-04-22 Thread Nikolas Stevenson-Molnar
I assume you're running it in the debugger? Make sure you regular server isn't still running. Also, make sure your break point is on a line a line which does something (e.g., /not/ on a class/function definition, empty line, etc.) _Nik On 4/21/2013 10:14 PM, Mark Lybrand wrote: > I can't get PyCh