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

allow setting In/Out prefix... #1091

Merged
merged 1 commit into from
Sep 22, 2024
Merged

allow setting In/Out prefix... #1091

merged 1 commit into from
Sep 22, 2024

Conversation

rocky
Copy link
Member

@rocky rocky commented Sep 21, 2024

The Mathics3 debugger has the abilty to go back into a Mathics session in the middle of debugging.

To separate what is done inside a debug sesssion from what is done outside in the interactive session we set "In[]" to be "Debug In[]" and Out[] to be "Debug Out[]".

Also we DRY the eval loop of main()

The Mathics3 debugger has the abilty to go back into a Mathics session
in the middle of debugging.

To separate what is done inside a debug sesssion from what is done
outside in the interactive session we set "In[]" to be "Debug In[]" and
Out[] to be "Debug Out[]".

Also we DRY the eval loop of main()
@rocky rocky requested a review from mmatera September 21, 2024 23:23
Copy link
Contributor

@mmatera mmatera left a comment

Choose a reason for hiding this comment

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

LGTM

@rocky rocky merged commit c9b4b7d into master Sep 22, 2024
11 checks passed
@rocky rocky deleted the flexible-In-Out-in-cli branch September 22, 2024 01:24
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