如何在LiteIDE中使用断点,逐步进入,逐步执行等进行调试?

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:

  1. I've completed chaincode setup by the Option 1 (using Vagrant) in the tutorial: http://hyperledger-fabric.readthedocs.io/en/latest/Setup/Chaincode-setup/
  2. I'm able to write, build, deploy and invoke Go chaincode to the peer which is run with --peer-chaincodedev flag.
  3. My OS is Windows 8 and Ubunty 14.04.4 LTS runs in Vagrant
  4. I use LiteIDE for Go chaincode development