seiyugi / debuguy

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

Support DOT language to generate call stack and other graphs #83

Open snowmantw opened 9 years ago

snowmantw commented 9 years ago

DOT is a common graph description language used by Graphiz and other tools:

http://en.wikipedia.org/wiki/DOT_(graph_description_language)

If we could support to print call information in this format, we could render them by these existing tools.