canonical/multipass

Instrument function calls to debug-log arguments and return values

Open

#428 opened on 2018年10月3日

GitHub で見る
 (5 comments) (0 reactions) (0 assignees)C++ (634 forks)batch import
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.

コントリビューターガイド