Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
gh-127627: Addposix._emscripten_debugger function#127628
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
os._emscripten_debugger functionposix._emscripten_debugger functionI guess since it's private it doesn't make it onto the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM.
Misc/NEWS.d/next/Library/2024-12-05-10-14-52.gh-issue-127627.fgCHOZ.rst OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
…gCHOZ.rstCo-authored-by: Michael Droettboom <mdboom@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
👍 Seems like a straightforward addition. I guess it makes sense to keep it private initially; it's easy enough to promote to a public API if it seems worthwhile to do so in future.
25eee57 intopython:mainUh oh!
There was an error while loading.Please reload this page.
I suspect this is very niche -- it's useful for debugging and fixing faulty emscripten syscalls. But perhaps other people will find more common uses for it. |
…7628)Add a posix._emscripten_debugger function to add an emscripten breakpoint.
Uh oh!
There was an error while loading.Please reload this page.