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

Replace debuger with debugpy #1872

Merged
merged 1 commit into from Aug 5, 2020
Merged

Replace debuger with debugpy #1872

merged 1 commit into from Aug 5, 2020

Conversation

pvizeli
Copy link
Member

@pvizeli pvizeli commented Aug 5, 2020

Solve memory leaks

@pvizeli pvizeli merged commit bef4034 into dev Aug 5, 2020
@delete-merged-branch delete-merged-branch bot deleted the debugpy branch August 5, 2020 13:24
@@ -274,14 +274,14 @@ def supervisor_debugger(coresys: CoreSys) -> None:
if not coresys.config.debug:
return
# pylint: disable=import-outside-toplevel
import ptvsd
import debugpy
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't have to import this outside of the top-level anymore.

debugpy can safely be imported top level.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants