Browse Source

use inlineRefs, as it's already impl

v0.7.4-release
Fedor Indutny 13 years ago
committed by Ryan Dahl
parent
commit
a239ea0d40
  1. 2
      lib/_debugger.js

2
lib/_debugger.js

@ -405,7 +405,7 @@ Client.prototype.reqFrameEval = function(expression, frame, cb) {
// reqBacktrace(cb)
// TODO: from, to, bottom
Client.prototype.reqBacktrace = function(cb) {
this.req({ command: 'backtrace', arguments: { noRefs: true } } , cb);
this.req({ command: 'backtrace', arguments: { inlineRefs: true } } , cb);
};

Loading…
Cancel
Save