Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debugpy may not free port #12

Open
ioncodes opened this issue Aug 3, 2020 · 1 comment
Open

debugpy may not free port #12

ioncodes opened this issue Aug 3, 2020 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@ioncodes
Copy link
Owner

ioncodes commented Aug 3, 2020

If specific (and currently unknown) conditions are met, debugpy may not be able to kill the spawned Python process (debug server). A possible solution would be to hook the process creation function, make a copy of the process ID and then force kill it once IDA closes. This is a very hacky solution but it seems like debugpy doesn't provide specific API to tear down the debug server.

This issue was created in reference to #11.

@ioncodes ioncodes added bug Something isn't working help wanted Extra attention is needed labels Aug 3, 2020
@ioncodes
Copy link
Owner Author

ioncodes commented Aug 3, 2020

If anyone has an idea for a cleaner solution, let me know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant