Reputation: 1547
I'm trying to debug a simple codechain that is created by default by the IBM blockchain platform plugin for VS Code.
Looks like I'm doing everything correctly but breakpoints are not working.
Steps to reproduce:
Transaction successfully submitted. Brake points are not working. What I'm missing or doing wrong?
OS: MacOS Language: TypeScript IBM plugin version: 2.0.1 Docker image ibmcom/ibp-microfab:0.0.8
Hmm... is it just a bug?
P.S. If I'll choose "Manual" (Run until manually stopped) I guess I have to have "debugger" in my chain code right? anyway it's not working.
Any help?
Upvotes: 1
Views: 424
Reputation: 11
Please check out the Hyperledger Fabric Debugger which supports both Go and Node.js chaincode debugging at this time.
Upvotes: 1