Skip to content

Add debugging attach support to VS Code #6569

@AndrewBrianHall

Description

@AndrewBrianHall

VS Code should add platform level support that provides a structured way for debug adapters to implement and provide attach to process functionality that doesn't rely on updating the launch.json file every time the developer needs to attach to the process.

Key requirements are:

  • Standardized entry point for all debug adapters
  • Ability for user to select desired debug adapter
  • Debug adapter is able to provide its concept of what the user intends to attach to (e.g. process id, url)
  • Debug adapter does not need to generate an on disk .json file to achieve the attach

Metadata

Metadata

Assignees

Labels

debugDebug viewlet, configurations, breakpoints, adapter issuesfeature-requestRequest for new features or functionality

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions