parent
926365c9f8
commit
d87f551f36
@ -405,7 +405,7 @@ Client.prototype.reqFrameEval = function(expression, frame, cb) {
|
|||||||
// reqBacktrace(cb)
|
// reqBacktrace(cb)
|
||||||
// TODO: from, to, bottom
|
// TODO: from, to, bottom
|
||||||
Client.prototype.reqBacktrace = function(cb) {
|
Client.prototype.reqBacktrace = function(cb) {
|
||||||
this.req({ command: 'backtrace' } , cb);
|
this.req({ command: 'backtrace', arguments: { inlineRefs: true } } , cb);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user