beautifier/js-beautify
在 GitHub 查看Add "--debug" option to enable generating debugging output
Open
#1,372 创建于 2018年4月10日
good first issuetype: enhancement
仓库指标
- Star
- (8,342 star)
- PR 合并指标
- (平均合并 51天 1小时) (30 天内合并 16 个 PR)
描述
Currently, the only way to analyze beautification issues is to load up a debugger and step through the code to figure out where the issue is. Having the ability to specify a mode where debugging output could be logged either during or after a run would make analyzing failures faster.
This issues is meant only to add the option and the basic facilities not to add all eventual debug output to the codebase.