atom-python-debugger icon indicating copy to clipboard operation
atom-python-debugger copied to clipboard

IDE-like Python debugger for Atom

Results 26 atom-python-debugger issues
Sort by recently updated
recently updated
newest added

[Enter steps to reproduce:] 1. Packages->Python-Debugger->Toggle 2. Uncaught TypeError pops up **Atom**: 1.26.0 x64 **Electron**: 1.7.11 **OS**: Microsoft Windows 7 Professional **Thrown From**: [python-debugger](https://github.com/dpo/atom-python-debugger) package 0.2.0 ### Stack Trace Uncaught...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...

[Enter steps to reproduce:] tried running debbuger on this code: ``` days = 10 file_list = ['l', 'b', 'c', 'd', 'f', 't', 'd'] if days > 0: for y in...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] The texts are small...

[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.47.0 x64 **Electron**: 5.0.13 **OS**: Ubuntu 18.04.4 **Thrown From**: [python-debugger](https://github.com/dpo/atom-python-debugger) package 0.2.0 ### Stack Trace Uncaught Error: Cannot call write after...

Seems cannot copy the log (run results), and also i didn't find how to dump the log. Cc: @dpo

I M DOWNLOADING PYTHON-DEBUGGER THEN I WILL PRESS ALT+R BUT ITS NOT WORKING

[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.50.0 x64 **Electron**: 5.0.13 **OS**: Microsoft Windows 10 Enterprise Evaluation **Thrown From**: [python-debugger](https://github.com/dpo/atom-python-debugger) package 0.2.0 ### Stack Trace Uncaught Error: write...

# It appears that python-debugger cannot be used to debug custom packages; steps to reproduce: - Set up the following directory structure, e.g., in /tmp/example: ``` ├── maindir │   └──...

I do a lot of my python work within a virtual environment. I was wondering if this tool enables a particular python installation to be used as the debugger ?

enhancement
help wanted