canonical/multipass
GitHub で見るInstrument function calls to debug-log arguments and return values
Open
#428 opened on 2018年10月3日
enhancementgood first issuelow hanging fruit
Repository metrics
- Stars
- (6,956 stars)
- PR merge metrics
- (平均マージ 16d 2h) (30d で 50 merged PRs)
説明
When debugging, it's currently very difficult to know the function flow even from our debug logs.
Ideally, every function call would log its input arguments and return values, even better - without being specifically instrumented. There are some compiler features for this, but difficult and may be overkill.
We might need to add a trace logging level for this.