canonical/multipass

Instrument function calls to debug-log arguments and return values

Open

#428 aperta il 3 ott 2018

Vedi su GitHub
 (5 commenti) (0 reazioni) (0 assegnatari)C++ (634 fork)batch import
enhancementgood first issuelow hanging fruit

Metriche repository

Star
 (6956 star)
Metriche merge PR
 (Merge medio 16g 2h) (50 PR mergiate in 30 g)

Descrizione

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.

Guida contributor