Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
NextNext commit
Add a debug config with JmC enabled
  • Loading branch information
@SeeminglyScience
SeeminglyScience committed Jul 8, 2022
commit 57f106fb47347516953198540526d04c065253a3
14 changes: 14 additions & 0 deletions extension-dev.code-workspace
Original file line numberDiff line numberDiff line change
Expand Up@@ -190,6 +190,20 @@
"type": "coreclr",
"request": "attach",
"processId": "${command:pickProcess}",
"justMyCode": true,
"suppressJITOptimizations": true,
"symbolOptions":{
"searchPaths": [],
"searchMicrosoftSymbolServer": true,
"searchNuGetOrgSymbolServer": true
}
},
{
// https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md
"name": "Attach to Editor Services (!jmc)",
"type": "coreclr",
"request": "attach",
"processId": "${command:pickProcess}",
"justMyCode": false,
"suppressJITOptimizations": true,
"symbolOptions":{
Expand Down