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

WIP: debugger #31

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

WIP: debugger #31

wants to merge 1 commit into from

Conversation

nev3rfail
Copy link
Contributor

Debugger still works almost unmodified from the original sources and is extremely useful on compatible IDEs.
For now all of the pretty printer are broken but this is a start, at least breakpoints are working like a charm (at least on PyCharm Pro).

@nev3rfail
Copy link
Contributor Author

nev3rfail commented Aug 21, 2024

I can continue bringing back the debugger here, or I can make a separate repo compatible with yours (and dependant on yours).

@l2dy
Copy link
Owner

l2dy commented Aug 21, 2024

To have this PR merged, it needs to have pretty printer fixed and all tests green in GitHub CI, so you will need to find a workaround for insufficient disk space on GitHub Actions' public runners. Having both idea and clion 2024.2 installed was too much for those runners.

Besides that, as I have commented in #33 I have no intentions or ability to maintain this feature, so you must be willing to continue to maintain it to get this merged.

Otherwise, you are more than welcome to maintain it in a separate repo, which could help others as well.

@nev3rfail
Copy link
Contributor Author

Of course. This PR exists to easily track progress and initiate discussions, thats why it is marked as WIP :)

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

Successfully merging this pull request may close these issues.

2 participants