Skip to content

Auto continue after breakpoint events#2967

Merged
Yicong-Huang merged 7 commits into
masterfrom
yicong-auto-continue-breakpoint
Oct 27, 2024
Merged

Auto continue after breakpoint events#2967
Yicong-Huang merged 7 commits into
masterfrom
yicong-auto-continue-breakpoint

Conversation

@Yicong-Huang
Copy link
Copy Markdown
Contributor

This PR enhances the user experience by enabling the debugger frontend to automatically send a "continue" command to resume execution after receiving most breakpoint events, except for breakpoint hit and exception events.

If the debugger is already in a hit state, no "continue" command will be sent, ensuring the debugger pauses appropriately for user inspection.

Copy link
Copy Markdown
Contributor

@shengquan-ni shengquan-ni left a comment

Choose a reason for hiding this comment

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

LGTM

@Yicong-Huang Yicong-Huang merged commit cd517b0 into master Oct 27, 2024
@Yicong-Huang Yicong-Huang deleted the yicong-auto-continue-breakpoint branch October 27, 2024 19:07
PurelyBlank pushed a commit that referenced this pull request Dec 4, 2024
This PR enhances the user experience by enabling the debugger frontend
to automatically send a "continue" command to resume execution after
receiving most breakpoint events, except for breakpoint hit and
exception events.

If the debugger is already in a hit state, no "continue" command will be
sent, ensuring the debugger pauses appropriately for user inspection.
SarahAsad23 pushed a commit to madisonmlin/texera that referenced this pull request May 20, 2026
This PR enhances the user experience by enabling the debugger frontend
to automatically send a "continue" command to resume execution after
receiving most breakpoint events, except for breakpoint hit and
exception events.

If the debugger is already in a hit state, no "continue" command will be
sent, ensuring the debugger pauses appropriately for user inspection.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants