I would like to know it there is a way to run debug for Go chaincode in LiteIDE (or any other) and be able to use some standard features like breakpoints in the code, Step Into & Step Over commands, watch variables as any step, etc. In some other environments it is possible to attach IDE to some process for debugging with all that features.
Background:
I'm new to Go and IBM Hyperledger and now I'm trying to clarify the question in the Title.
Prerequisites: