[coroutine][debugger] refactoring being done

X-view approach added for review, thread groups added
This commit is contained in:
Vladimir Ilmov
2019-11-20 13:17:17 +03:00
committed by Vladimir Ilmov
parent 7f0437da68
commit 61c5ef61cc
43 changed files with 2302 additions and 1486 deletions
@@ -254,6 +254,13 @@ debugger.field.watchpoints.properties.panel.field.access.label=Field &access
debugger.field.watchpoints.properties.panel.field.modification.label=Field &modification
debugger.field.watchpoints.properties.panel.field.initialization.label=Field &initialization
# Coroutine Debugger
debugger.session.tab.coroutine.title=Coroutines
debugger.session.tab.coroutine.message.failure=Failed to retrieve coroutine status
debugger.session.tab.coroutine.message.resume=Application resumed
debugger.session.tab.coroutine.message.error=Coroutine dump failed, see log
debugger.session.tab.xcoroutine.title=XCoroutines
# Android Lint
android.klint.inspections.group.name=Android Lint for Kotlin