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.
- There is "skip" parameter for Bdb in Python 2.7, but not 2.6 - so python 2.6 raises exception.
- 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.
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.