-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hi there,
I use a vim plugin called vdebug (https://github.com/vim-vdebug/vdebug) which recommends using ActiveState's pydbgp tool. I tried it out and ran into a few issues on Mac OS:
-
When pip installing komodo-python3-dbgp I get a setup error that
platis references before assignment. This is because the platform check in setup.py is checking for windows and linux but misses mac os. -
When a python script finishes running the debugger does not detach and I have to use ctrl-z to end it
I have forked this repo and fixed both of those issues, but I wanted to check to see if you're open to pull requests on this, or if this is just a copy of something internal to ActiveState.
Also, I'm not 100% sure that my solution to #2 is the most correct solution, or that I'm not missing something in how it is intended to work.