microsoft / microsoft/vscode-cpptools

Suggestion: Debugger > Detach

Open
#1,696 6 comments 6 reactions 1 assignee View on GitHub

@WardenGnaw is already working on this.

Since Mar 16, 2018.

debugger Feature Request
Dominant language
TypeScript
Stars
6.2k
Forks
1.7k
Avg merge
14h 46m
Merged PRs (30d)
61

Description

You can attach the Debugger to a running process with an attach entry in launch.json, but as far as I can tell, there is no corresponding way to detach the debugger (similar to Visual Studio's Debug > Detach All).

There are a number of scenarios where this can be useful, e.g:

  • When debugging client-server code you may want to switch the debugger between the client and the server process, without killing any of the processes.

  • For hot-reloading of DLLs, you may want to detach the debugger so that it releases its file locks, allowing you to rebuild DLLs and PDBs.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.