ndmitchell/debug

Show onward calls

Aperta

#5 aperta il 17 dic 2017

 (1 commento) (0 reazioni) (0 assegnatari)JavaScript (7 fork)github user discovery
good first issue

Metriche repository

Star
 (122 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

There should be an option to show onward calls, e.g. if map f (x:xs) calls map f xs that should be presented as an onward call, which is possible since debug tracks which f is being passed. Using this onward call information can build a call stack, giving a more traditional style of debugger.

Guida contributor