divan / gotrace

Concurrency tracer and visualizer for Go (Golang) programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

divan opened this issue · comments

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.