microsoft / microsoft/vscode

Attach debugger from integrated browser's toolbar

Open
#325,510 2 comments 0 reactions 1 assignee Claimed by @kycutler View on GitHub
browser-integration feature-request
Dominant language
TypeScript
Stars
193k
Forks
42.4k
PR merge metrics
PR metrics pending

Description

It would be handy to have an "Attach Debugger" action directly in the integrated browser's toolbar.
This would simply emulate the "Attach" Run Configuration, but would obviously skip tab selection. Plus, it'd mean I don't have to add yet another Run Configuration to `launch.json`.

```json
{
"name": "Attach to Integrated Browser",
"request": "attach",
"type": "editor-browser"
}
```

Image

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.