Pycharm Community Edition debugger stops very briefly in Django project, then runs to completion

已完成

Hi, I'm trying to debug a Django application. The breakpoint gets hit, the system pauses for a moment, then runs to completion, not allowing me to inspect the variables. I have the environment variable PYCHARM_DEBUG = True.

Can anybody help? Thanks!

0
Avatar
Permanently deleted user

Solved the problem, guys. You must add "--noreload" to the Script Parameters box in the Run Configurations menu.

 

0

请先登录再写评论。