Hi all,
I've been learning Go for a while, and the experience so far is encouraging.
Coming from Python, I find this
visualization tool (python tutor) is very helpful, particularly for people new to the languages.
I'm wondering if there is anything similar for Go. If not, I'd really like to build it.
For now, I'm thinking of making a backend that generates an Go program execution trace as suggested
here.
In short, what I want to do is to get the information about variables, functions, stack, etc. when executing a go program line-by-line.
I've looked at standard Go runtime, debug packages, but things are still unclear.
Could anyone give me some hints or point me to some references that I can get started?
Many thanks in advance!
--
D Nguyen