canonical/multipass

Instrument function calls to debug-log arguments and return values

Open

#428 ouverte le 3 oct. 2018

Voir sur GitHub
 (5 commentaires) (0 réactions) (0 assignés)C++ (634 forks)batch import
enhancementgood first issuelow hanging fruit

Métriques du dépôt

Stars
 (6 956 stars)
Métriques de merge PR
 (Merge moyen 16j 2h) (50 PRs mergées en 30 j)

Description

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.

Guide contributeur