mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2025-12-22 17:39:19 +00:00
version 0.3
This commit is contained in:
@@ -1,5 +1,14 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## version 0.3.0
|
||||||
|
* Support for Logcat filtering using regular expressions
|
||||||
|
* Improved expression parsing with support for arithmetic, bitwise, logical and relational operators
|
||||||
|
* Multi-threaded debugging support (experimental)
|
||||||
|
* Hit count breakpoints
|
||||||
|
* Android source breakpoints
|
||||||
|
* Automatic adb server start
|
||||||
|
* Bug fixes
|
||||||
|
|
||||||
## version 0.2.0
|
## version 0.2.0
|
||||||
* Support for Logcat viewing [ Command Palette -> Android: View Logcat ]
|
* Support for Logcat viewing [ Command Palette -> Android: View Logcat ]
|
||||||
* Support for modifying local variables, object fields and array elements (literal values only)
|
* Support for modifying local variables, object fields and array elements (literal values only)
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"name": "android-dev-ext",
|
"name": "android-dev-ext",
|
||||||
"displayName": "Android",
|
"displayName": "Android",
|
||||||
"description": "Android debugging support for VS Code",
|
"description": "Android debugging support for VS Code",
|
||||||
"version": "0.2.1",
|
"version": "0.3.0",
|
||||||
"publisher": "adelphes",
|
"publisher": "adelphes",
|
||||||
"preview": true,
|
"preview": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
Reference in New Issue
Block a user