atom-python-debugger
atom-python-debugger copied to clipboard
IDE-like Python debugger for Atom
I was wondering whether I am doing something wrong or this feature is not yet working properly. I am trying to debug a script that is called by another file....
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.17.2 x64 **Electron**: 1.3.15 **OS**: Unknown Windows version **Thrown From**: [python-debugger](https://github.com/dpo/atom-python-debugger) package 0.2.0 ### Stack Trace Uncaught Error: Cannot find module...
Same as in #12, that one was closed with a request to open a new issue if it happened again. Steps to reproduce: 1. Running debugger on project Frescobaldi (https://github.com/wbsoft/frescobaldi)...
Is there a way to resize the debugging window? It is a little short for some of my work
When using py.test, I can use --pdb to debug. I wonder if it can be integrated here.
Interface a Python debugger with remote debugging capability, such as - [`pdb_clone`](https://bitbucket.org/xdegaye/pdb-clone/wiki/Home), - [`python2-trepan`](https://github.com/rocky/python2-trepan), - [`epdb`](https://bitbucket.org/dugan/epdb/wiki/Home), - [`rpdb2`](http://winpdb.org/docs), - [`Komodo's remote Python debugger`](http://code.activestate.com/komodo/remotedebugging).