Skip to content

Bugjar doesn't work with Django #8

@beatthem

Description

@beatthem

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions