Hacker News new | ask | show | jobs
by hcarvalhoalves 4586 days ago

    $ python -m pdb manage.py runserver
    (Pdb) break mymodule/myfile.py:42
    (Pdb) c
1 comments

Well that should have been obvious, thanks!