bugjar
bugjar copied to clipboard
A interactive graphical debugger for Python code.
Running **bugjar bugjar_demo1.py a b** gives this error: `Traceback (most recent call last): File "C:\NETCONF\Scripts\bugjar-script.py", line 11, in load_entry_point('bugjar==0.1.0', 'console_scripts', 'bugjar')() File "c:\netconf\lib\site-packages\pkg_resources\__init__.py", line 489, in load_entry_point return get_distribution(dist).load_entry_point(group, name)...
Running on Ubuntu 17.04: zhiwei@zhiwei-Lenovo-Rescuer-15ISK:~/instaloader$ bugjar instaloader.py bugjar: command not found
``` $ bugjar -p 4242 foo.py Listening on 0.0.0.0:3742 for a bugjar client Waiting for connection... [Errno 111] Connection refused Waiting for connection... [Errno 111] Connection refused Waiting for connection......
``` $ bugjar pri.py Listening on 0.0.0.0:3742 for a bugjar client Got connection from ('127.0.0.1', 49185) Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib64/python2.7/threading.py", line 801, in...
# I ran >> bugjar in my terminal and received the message below. I thought I had successfully installed bugjar. # Need help making sense of this Traceback. Thanks **/...
This computer has python3 as the default python runtime. Trying to run bugjar triggers this error: ``` from Tkinter import * ImportError: No module named 'Tkinter' ``` From what I...
bugjar chokes on library. see http://pastebin.com/raw.php?i=mMTparaX
I'm running bugjar with python 2.7.5 on Gentoo Linux. Bugjar was installed on a virtualenv using pip install bugjar. The script I'm running contains only a print statement, nothing else....
bugjar myapp.py Listening on 0.0.0.0:3742 for a bugjar client Waiting for connection... [Errno 10061] No connection could be made because the target machine actively refused it Waiting for connection... [Errno...
This would suit debugging a process in vagrant, but would have use beyond that too. The question is, is this even possible? A cursory look seems to suggest it should...