ndmitchell/debug

Show onward calls

オープン

#5 opened on 2017/12/17

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (7 件のフォーク)github user discovery
good first issue

Repository metrics

Stars
 (122 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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.

コントリビューターガイド