mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2025-12-23 01:48:18 +00:00
Object instances cannot be modified in locals #145
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @adelphes on 1/27/2017
Object instances are displayed as an expandable section when evaluated in locals, watches, etc.
There's no (simple) way of setting Object instances to null or updating them with a new instance.
Currently, only the fields of each Object instance can be modified.