I have a
launch.config
named
.NET Attach
.
"launch": {
"configurations": [
{
"name": ".NET Attach",
"type": "clr",
"request": "attach",
"requireExactSource": false,
"processId": "${command:pickProcess}"
}
],
},
Here are two ways to run it.
-
CTRL+Pto enter a Quick Open command. -
Type
debug .NET Attachto run the launch configuration.
Or...
-
CTRL+SHIFT+Pto enter a Command Palette command. -
Type
Select and Start Debuggingto run the launch configuration.