neo-blockchain-toolkit icon indicating copy to clipboard operation
neo-blockchain-toolkit copied to clipboard

Print the result after debugging

Open lock9 opened this issue 2 years ago • 0 comments

When we invoke a contract using a VS Code launch configuration, it's possible to debug and inspect variables, but the result is not visible. The expected output would be the same as in the command line:

VM State:     HALT
Gas Consumed: 984060
Result Stack:
  2

lock9 avatar Jul 04 '23 07:07 lock9