beautifier/js-beautify

Add "--debug" option to enable generating debugging output

Aperta

#1372 aperta il 10 apr 2018

 (3 commenti) (0 reazioni) (0 assegnatari)JavaScript (1460 fork)batch import
good first issuetype: enhancement

Metriche repository

Star
 (8342 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor