mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2025-12-22 17:39:19 +00:00
Fix issue with crash on exception break
This commit is contained in:
@@ -1636,7 +1636,7 @@ Debugger.prototype = {
|
|||||||
},
|
},
|
||||||
fn: function (e) {
|
fn: function (e) {
|
||||||
// each exception hit contributes a global suspend
|
// each exception hit contributes a global suspend
|
||||||
x.dbgr.session.suspendcount++;
|
e.data.dbgr.session.suspendcount++;
|
||||||
// if this exception break occurred during a step request, we must manually clear the event
|
// if this exception break occurred during a step request, we must manually clear the event
|
||||||
// or the (device-side) debugger will crash on next step
|
// or the (device-side) debugger will crash on next step
|
||||||
this._clearLastStepRequest(e.event.threadid, e).then(e => {
|
this._clearLastStepRequest(e.event.threadid, e).then(e => {
|
||||||
|
|||||||
Reference in New Issue
Block a user