version 0.6 (#46)

This commit is contained in:
Dave Holoway
2018-11-11 20:42:02 +00:00
committed by GitHub
parent 690f9dc23a
commit d1e7c86092
2 changed files with 8 additions and 1 deletions

View File

@@ -1,5 +1,12 @@
# Change Log
### version 0.6.0
* Fix issue with breakpoints not enabling correctly
* Fix issue with JDWP failure on breakpoint hit
* Added support for diagnostic logs using trace configuration option
* Updated default apkFile path to match current releases of Android Studio
* Updated package dependencies
### version 0.5.0
* Debugger support for Kotlin source files
* Exception UI

View File

@@ -2,7 +2,7 @@
"name": "android-dev-ext",
"displayName": "Android",
"description": "Android debugging support for VS Code",
"version": "0.5.0",
"version": "0.6.0",
"publisher": "adelphes",
"preview": true,
"license": "MIT",