-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
Go over Breakpoint[] documentation ... #1193
Conversation
Add a docstring to disabled_breakpoint
2008e34
to
114d7f0
Compare
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
Co-authored-by: Aravindh Krishnamoorthy <[email protected]>
Co-authored-by: Aravindh Krishnamoorthy <[email protected]>
mathics/builtin/system.py
Outdated
Note that setting '$MaxLengthIntStringConversion' has an effect only on Python 3.11 and later; | ||
Pyston 2.x however ignores this. | ||
Mathics3 also provides "breakpoint" handler 'mathics.disabled_breakpoint' which \ | ||
notes that a 'Breakpoint[]' was encountered, but does not stop inside Python. \ |
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.
notes that a 'Breakpoint[]' was encountered, but does not stop inside Python. \ | |
notes that a breakpoint was encountered, but does not stop inside Python. \ |
The breakpoint could be, e.g., reached due to a break
debugger command as well.
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.
A debugger break
would not trigger this. Adding to the source code breakpoint()
would though. I will revise.
Looks good to me as well... |
Co-authored-by: Aravindh Krishnamoorthy <[email protected]>
Co-authored-by: Aravindh Krishnamoorthy <[email protected]>
It looks like If there are further changes to the text or behavior feel free to continue this in a new PR. Thanks everyone for the reviews. |
and add a docstring to disabled_breakpoint