ndmitchell/debug

Show onward calls

Aberta

#5 aberto em 17 de dez. de 2017

 (1 comentário) (0 reação) (0 responsável)JavaScript (7 forks)github user discovery
good first issue

Métricas do repositório

Stars
 (122 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador