Skip to content

Conversation

@Yicong-Huang
Copy link
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
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.
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