Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Pycharm 3 debugger not working with Django

enter image description here

I'm on win7 and using pycharm 3. I have set a breakpoint and hit the debug button. No errors whatsoever. The stepping through is greyed out. The output is empty regardless of syntax errors. Running still works normally. My project settings are:

enter image description here

Any idea how to fix this?

edit: I have only 1 breakpoint on line 35 and it appears to be selected.

enter image description here

like image 335
user1592380 Avatar asked Oct 01 '22 16:10

user1592380


1 Answers

I ran into this issue earlier and noticed that IntelliJ launched several instances of my django project. Closing IntelliJ (and all the running instances of the project) and trying again solved the issue

like image 144
acavailhez Avatar answered Oct 13 '22 12:10

acavailhez