[debugger] implemented setBreakpoint, etc
authorFedor Indutny <fedor.indutny@gmail.com>
Sat, 10 Sep 2011 12:18:36 +0000 (19:18 +0700)
committerFedor Indutny <fedor.indutny@gmail.com>
Sat, 10 Sep 2011 12:18:36 +0000 (19:18 +0700)
commit54520981a40b7229fa6f2788c442a9b7d9cead3f
tree7107cfe81da1d2ca2a6ed607820533c3e3527ec5
parentdb6526f9622258f18f3f66841c3b196164bcef13
[debugger] implemented setBreakpoint, etc

Lift prototype methods not only as accessors, but as properties too.
this.print() supports javascript objects inspection
this.error() implemented, don't throw error at callbacks and commands
Fixed list() invokation, when script is not on a breakpoint
Removed obsolete process.nextTick from `step` commands
lib/_debugger.js