mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2025-12-28 04:17:44 +00:00
18 lines
593 B
Markdown
18 lines
593 B
Markdown
# Change Log
|
|
|
|
## version 0.2.0
|
|
* Support for Logcat viewing [ Command Palette -> Android: View Logcat ]
|
|
* Support for modifying local variables, object fields and array elements (literal values only)
|
|
* Break on exceptions
|
|
* Support for stepping through Android sources (using ANDROID_HOME location)
|
|
* Bug fixes
|
|
|
|
## version 0.1.0
|
|
Initial release
|
|
* Support for deploying, launching and debugging Apps via ADB
|
|
* Single step debugging (step in, step over, step out)
|
|
* Local variable evaluation
|
|
* Simple watch expressions
|
|
* Breakpoints
|
|
* Large array chunking (performance)
|
|
* Stale build detection |