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

Support sync code breakpointing via built-in #194

Merged
merged 2 commits into from
Feb 21, 2021
Merged

Conversation

goodboy
Copy link
Owner

@goodboy goodboy commented Feb 21, 2021

Override breakpoint() for sync code making it work
properly with trio as per:

python-trio/trio#1155 (comment)

Relates to #193

Pretty sure this also gets us working asyncio actor debugging (from manual anectdote) but needs further testing on that branch.

Override `breakpoint()` for sync code making it work
properly with `trio` as per:

python-trio/trio#1155 (comment)

Relates to #193
@goodboy
Copy link
Owner Author

goodboy commented Feb 21, 2021

This is what you get 👻 city.

@goodboy goodboy merged commit 35dc56d into master Feb 21, 2021
@goodboy goodboy deleted the sync_breakpoint branch February 21, 2021 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant