microsoft / microsoft/vscode-cpptools
Suggestion: Debugger > Detach
@WardenGnaw is already working on this.
Since Mar 16, 2018.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.