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

Provide additional debugging help when the debugger exits with an error #2961

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

st0012
Copy link
Member

@st0012 st0012 commented Dec 5, 2024

Motivation

In most cases, the issue that causes the debugger to exit can be surfaced by running the same command in the terminal. We can provide that helpful message to the user when the debugger exits with an error.

Screenshot 2024-12-05 at 14 41 39

Implementation

Automated Tests

Manual Tests

In most cases, the issue that causes the debugger to exit can be surfaced
by running the same command in the terminal. We can provide that helpful
message to the user when the debugger exits with an error.j
@st0012 st0012 added enhancement New feature or request vscode This pull request should be included in the VS Code extension's release notes labels Dec 5, 2024
@st0012 st0012 requested review from andyw8 and alexcrocha December 5, 2024 14:45
@st0012 st0012 requested a review from a team as a code owner December 5, 2024 14:45
Copy link
Contributor

@andyw8 andyw8 left a comment

Choose a reason for hiding this comment

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

Nice

@st0012 st0012 merged commit 84638f6 into main Dec 5, 2024
37 checks passed
@st0012 st0012 deleted the improve-debugger-integration-error-message branch December 5, 2024 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request vscode This pull request should be included in the VS Code extension's release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants