bugjar icon indicating copy to clipboard operation
bugjar copied to clipboard

A interactive graphical debugger for Python code.

Results 15 bugjar issues
Sort by recently updated
recently updated
newest added

When twisted does a reactor.stop it presumably does something that kills the socket that bugjar is using. When you try to exit bugjar it complains (traceback and code to repro...

Via @beatthem on #8, Bugjar apparently doesn't run on Python 2.6 due to changes in the Bdb API - specifically the 'skip' parameter.

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...

When stopping debug Django application, bugjar hangs for some time and then errror is raising in console > File "/home/khalikov/virtualenvs/PROC26/bin/bugjar", line 9, in > load_entry_point('bugjar==0.1.0', 'console_scripts', 'bugjar')() > File "/home/khalikov/virtualenvs/PROC26/lib/python2.6/site-packages/bugjar-0.1.0-...

When ~~playing with~~ testing bugjar on Windows 8 I discovered that the UI component will consistenly crash with the following error on the console. ``` TclStackFree: incorrect freePtr. Call out...