atom-python-debugger
atom-python-debugger copied to clipboard
IDE-like Python debugger for Atom
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.40.1 x64 **Electron**: 3.1.10 **OS**: Microsoft Windows 10 Home **Thrown From**: [python-debugger](https://github.com/dpo/atom-python-debugger) package 0.2.0 ### Stack Trace Uncaught Cannot call write...
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.40.1 x64 **Electron**: 3.1.10 **OS**: Microsoft Windows 10 Pro **Thrown From**: [python-debugger](https://github.com/dpo/atom-python-debugger) package 0.2.0 ### Stack Trace Failed to reload the...
open(filename, 'w') works when running normally, however IOError: (2, 'No such file or directory', filename) is given when running using the debugger
An uncaught error in Atom ide had pop out,it is saying: This socket has been ended by other party event.js.183
I have a project that is launched from a subdirectory. But launching from debugger local modules can't be found. because they are referenced relative. is there a way to set...
Made the following enhancements: 1. Add variables watch feature 2. Add call stack view and navigation feature 3. Add a break point toggle button, which works before and after the...
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.18.0 x64 **Electron**: 1.3.15 **OS**: Mac OS X 10.12.5 **Thrown From**: [python-debugger](https://github.com/dpo/atom-python-debugger) package 0.2.0 ### Stack Trace Uncaught Error: spawn EACCES...
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.23.1 x64 **Electron**: 1.6.15 **OS**: Microsoft Windows 8.1 Pro **Thrown From**: [python-debugger](https://github.com/dpo/atom-python-debugger) package 0.2.0 ### Stack Trace Uncaught TypeError: Cannot read...
Would there be a possibility to get autocompletion on the 'Enter debugger commands here' field? This would be especially useful when using "print some_variable" commands.
I'm experiencing an issue whereas python-debugger won't print code regardless if the file is saved or not. Clicking run produces no result on the code ?