ndmitchell/debug

Show onward calls

Offen

#5 geöffnet am 17.12.2017

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (7 Forks)github user discovery
good first issue

Repository-Metriken

Stars
 (122 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide