mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2025-12-23 01:48:18 +00:00
Fixed exception details not being displayed
Make sure the exception scoperef is allocated before locals are retrieved.
This commit is contained in:
@@ -39,6 +39,8 @@ class AndroidThread {
|
||||
}
|
||||
|
||||
allocateExceptionScopeReference(frameId) {
|
||||
if (!this.paused) return;
|
||||
if (!this.paused.last_exception) return;
|
||||
this.paused.last_exception.frameId = frameId;
|
||||
this.paused.last_exception.scopeRef = frameId + 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user