Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

TODO

  • Use Golang debugger DAP/Java debugger DAP.
  • Call a method before the go debugging screen loads (or is ready).
    • Print "hello".
    • Connect the chaincode to the running Fabric network.
    • If Fabric network is not running, then bring up one using fabric-samples or other means.
  • Pass arguments when debug session starts.
    • Chaincode invoke calls.
    • Understanding how to pass arguments to the chaincode is crucial because chaincode does not run without an argument.