Bugjar doesn't work with Django
- Dominant language
- Python
- Stars
- 256
- Forks
- 35
- PR merge metrics
- No merged PRs in 30d
Description
First, I must say thank you for creating so simple but powerful debugger for python.
Second.
I have troubles with using Bugjar on Django (1.4.10) and Python 2.6.
1) There is "skip" parameter for Bdb in Python 2.7, but not 2.6 - so python 2.6 raises exception.
2) If I omit this parameter, django doesn't work well with Bugjar - If I let django run in debugger, but set breakpoint before, first few seconds (~20) Django application doesn't respond (It may be django startup time, don't know, but after I click few times Run - application starts to respond, BUT it doesn't stop at breakpoints. Maybe it new Django threading server? Even with --noreload option (bugjar manage.py runserver 8000 --noreload) it doesn't stop at breakpoints.
Contributor guide
Assessment
This issue has not been assessed yet.