seiyugi / debuguy

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

add a feature of functional-based analysis #6

Closed dwi2 closed 9 years ago

dwi2 commented 10 years ago

We could find some 3rd party open source project JS code parsing tools to help us:

  1. scan through JS code
  2. parse it and generate syntax tree or something else (utilize open source project)
  3. automatically inject debuguy comment at every entry of functions