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

Empty error popup when provideDebugAdapterTracker fails #59410

Closed
roblourens opened this issue Sep 25, 2018 · 0 comments
Closed

Empty error popup when provideDebugAdapterTracker fails #59410

roblourens opened this issue Sep 25, 2018 · 0 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues verified Verification succeeded
Milestone

Comments

@roblourens
Copy link
Member

#59110

  • Register a DA tracker that returns a rejected Promise
provideDebugAdapterTracker(session: vscode.DebugSession, folder: vscode.WorkspaceFolder | undefined, config: vscode.DebugConfiguration, token?: CancellationToken): ProviderResult<vscode.IDebugAdapterTracker> {
    return Promise.reject(new Error('failed'));
}

Start debugging, get empty popup

image

@weinand weinand added debug Debug viewlet, configurations, breakpoints, adapter issues bug Issue identified by VS Code Team member as probable bug labels Sep 26, 2018
@weinand weinand added this to the October 2018 milestone Sep 26, 2018
@sbatten sbatten added the verified Verification succeeded label Nov 2, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Dec 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants