version 0.2

This commit is contained in:
adelphes
2017-01-26 16:53:01 +00:00
parent 329321aad5
commit 2c4b752714
3 changed files with 17 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# 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