Skip to content

Commit

Permalink
Merge pull request hyperledger-labs#22 from technomad01/main
Browse files Browse the repository at this point in the history
Added dlv debugger
  • Loading branch information
urgetolearn authored Dec 13, 2024
2 parents f434ad2 + ec39b85 commit 92c439f
Show file tree
Hide file tree
Showing 16 changed files with 1,256 additions and 801 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
node_modules
*.vsix

.env
.DS_Store
11 changes: 4 additions & 7 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,13 @@
"args": ["--extensionDevelopmentPath=${workspaceFolder}"]
},
{
"name": "Launch Go Debugger",
"name": "Debug Hyperledger Chaincode (Delve Server)",
"type": "go",
"request": "launch",
"program": "${workspaceFolder}/Users/claudiaemmanuel/vscode/fabric-debugger/mock-chaincode/chaincode.go",
"mode": "debug",
"program": "main.go",
"debugAdapter": "dlv-dap",
"args": [],
"env": {},
"buildFlags": "",
"showLog": true
"showLog": true,

}
]
}
Empty file added .vscode/settings.json
Empty file.
Loading

0 comments on commit 92c439f

Please sign in to comment.