Skip to content

Commit

Permalink
Showing registers for assembly debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
BrentFarris committed Jul 2, 2024
1 parent 6237f0a commit dc725d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"go.alternateTools": {
"go": "${workspaceFolder}/../go/bin/go.exe"
},
"go.delveConfig": {
"debugAdapter": "dlv-dap",
"showRegisters": true
},
"gopls": {
"build.env": {
"CGO_LDFLAGS": "-lgdi32 -lXInput"
Expand Down

0 comments on commit dc725d3

Please sign in to comment.