seiyugi / debuguy

An unintrusive JavaScript debugging/profiling/log generating tool
Mozilla Public License 2.0
7 stars 9 forks source link

[RangeError: Maximum call stack size exceeded] when applying 'autolog' #62

Closed weilonge closed 9 years ago

weilonge commented 9 years ago

The following log will happen on some source codes when applying 'autolog' command: adding log shared/js/dialer/contacts.js parsing failed: shared/js/dialer/contacts.js [RangeError: Maximum call stack size exceeded]

weilonge commented 9 years ago

This issue can be reproduced by applying 'autolog' at a source code with try/catch block inside.

begeeben commented 9 years ago

Fixed.