seiyugi / debuguy

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

node command formats discussion #5

Open begeeben opened 10 years ago

begeeben commented 10 years ago

As John suggested, we'll need 2 commands to:

  1. parse javascript sources and replace debuguy comments with logs
  2. run a local debuguy web server for websocket connections that link debuguy logs and debuguy html reporter
begeeben commented 10 years ago

The parse and replace command for now is debuguy parse <SOURCE_DIR> <OUTPUT_DIR>

begeeben commented 10 years ago

How about using debuguy profile to launch the websocket server and HTML reporter?