request backtrace w/o refs, see #1745
This commit is contained in:
parent
855f46677c
commit
d9377f5eb0
@ -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' } , cb);
|
||||
this.req({ command: 'backtrace', noRefs: true } , cb);
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user