ndmitchell/debug

Show onward calls

開放

#5 建立於 2017年12月17日

 (1 則留言) (0 個反應) (0 位負責人)JavaScript (7 個分叉)github user discovery
good first issue

倉庫指標

星標
 (122 顆星)
PR 合併指標
 (30 天內沒有已合併 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.

貢獻者指南