Skip to content

Issues with Mac OS and usage with vim #1

@treycucco

Description

@treycucco

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:

  1. When pip installing komodo-python3-dbgp I get a setup error that plat is references before assignment. This is because the platform check in setup.py is checking for windows and linux but misses mac os.

  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions