You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
aecli should not behave like this, we need a reproduction to fix this.
introduce debug option
I think it is too early to cover cli with an obvious console.logs enableable by a flag. Also, the issue may be in sdk, so console.logs would be needed there as well. I assume these logs need for cli developers to easily understand a possible bug, but as a cli developer, I don't need them yet.
I've tried to use integrated debugging capability of node and it looks not difficult to work with:
$ node --inspect ./bin/aecli-chain.js status
open chrome://inspect in Chrome and press 'inspect' for bin/aecli-chain.js in remote targets
add bin folder in 'Sources' tab
now you can add breakpoints (control script execution) and check variable values
this is a feature request of Dincho as following command he used somehow got in stuck and he has no idea where:
The text was updated successfully, but these errors were encountered: