dpo / atom-python-debugger

IDE-like Python debugger for Atom
MIT License
42 stars 13 forks source link

Debugging on a different python file open debugging in the file debugged previously #30

Closed bhagsukraj closed 6 years ago

bhagsukraj commented 6 years ago

1.Supposed i have two python programe python1.py and python2.py . Now if i open python1.py i can debug it . After debugging python1.py i opened another python scripts python2.py and when i run alt-r and do a run on the python2.py it open the debugger on python1.py . I can't figure out what i am doing wrong .

dpo commented 6 years ago

Duplicate of #14. Sorry time's been too short to fix issues here. I'll try and get to this in a couple of weeks when things clear up a bit. In the mean time, I'll be happy to review pull requests.