divan / gotrace

Concurrency tracer and visualizer for Go (Golang) programming language
MIT License
1.97k stars 128 forks source link

Only integer variables are saved in trace for send/recv events #3

Open divan opened 8 years ago

divan commented 8 years ago

Currently, only integer variables will be saved as args for EvSend/EvRecv events. For other types it will be 0.

Need to find a way to pass more data into args for event. At least, to support string/float/bool types.