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.

贡献者指南