Commit Graph

  • a47de40088 More configuration settings Added autoStartADB and logcatPort launch config settings Moved AndroidContentProvider into it's own file. adelphes 2017-02-01 12:22:25 +00:00
  • e23fc698a2 auto-start ADB if it's not running adelphes 2017-02-01 11:04:40 +00:00
  • d324990e28 Improved multi-threaded debug support Include thread names in display Use a thread id mapping for vscode to fix problems with Android reusing thread ids Stepping only resumes the paused thread, Continue resumes all. adelphes 2017-02-01 10:18:04 +00:00
  • 7b670b36ad Improve breakpoint searching Search for inner types when identifying breakpoint locations adelphes 2017-02-01 10:13:02 +00:00
  • d1ab9a8339 Android debugger class enhancements Support for thread info - name and status Reference count global suspends to allow correct resuming when multiple events are triggered. Added methods for suspend/resume individual threads adelphes 2017-02-01 10:10:22 +00:00
  • ab68b83900 jq promise fixes return promise in always() allow when() to accept a single array of arguments adelphes 2017-02-01 09:59:46 +00:00
  • a677d636f3 Fix #17 Clear last step request on exception break adelphes 2017-01-31 15:00:45 +00:00
  • 71fcf1b760 Code tidy Prevent multiple StoppedEvents being sent when debugger reports multiple events (bp,step,exception) at the same location. adelphes 2017-01-31 14:18:19 +00:00
  • 2727dd1b0c Refactored setBreakPointsRequest Breakpoints are now updated using an async queue Allow source locations inside ANDROID_HOME Fixes #14 adelphes 2017-01-31 13:40:54 +00:00
  • 585b8cca29 Improve logcat support Move html into a separate resource file. Implement regex filtering and logcat clear. Fixes #7 adelphes 2017-01-30 18:51:03 +00:00
  • b27d972613 Improve evaluation support Allow arithmetic, bitwise, logical and relational operators and primitive casts. adelphes 2017-01-29 20:25:21 +00:00
  • ec38695bcc include type info when reporting missing fields Store character primitives as a uint16 integer with a separate char field. adelphes 2017-01-29 19:06:32 +00:00
  • 88c20d6470 implement a more reliable evaluation queue adelphes 2017-01-28 19:12:35 +00:00
  • 6f3f5eee74 Improve expression parsing Allow ':super' to be used as a member. Search super types when locating field members. Fixes #16 adelphes 2017-01-28 15:54:26 +00:00
  • 6463558034 Fix issues with expressions not completing Moved NumberBaseConverter into its own file adelphes 2017-01-28 14:12:11 +00:00
  • 1b7fb3d60a first pass at hit-count breakpoints adelphes 2017-01-27 13:59:36 +00:00
  • 2f93ecc16f We only need platform-tools for adb adelphes 2017-01-27 10:19:50 +00:00
  • 3e1a8dce37 bump version adelphes 2017-01-26 17:59:01 +00:00
  • 6bb8047db6 Stop the Android runtime from barfing into logcat Split field retrieval into statics and instances adelphes 2017-01-26 17:58:37 +00:00
  • 2c4b752714 version 0.2 v0.2.0 adelphes 2017-01-26 16:53:01 +00:00
  • 329321aad5 Add some explanations for unset breakpoints adelphes 2017-01-26 16:50:55 +00:00
  • 0931d8747b Various fixes. Fixes for null source location issues Retrieve locals on a per-frame basis using a common promise for both scope variables and watches Fix for string char retrieval (removed closure index) Better support for displaying Android sources Display device API level during launch adelphes 2017-01-26 16:29:02 +00:00
  • 84e03b11c4 Improved exception scope display. The exception object is now expanded at the root scope level with the message displayed as an extra field adelphes 2017-01-26 12:18:43 +00:00
  • 53a368fc46 Update behaviour of break-on-exception Altered so that uncaught exceptions never have a filter applied. Fixes #5 adelphes 2017-01-26 11:09:50 +00:00
  • f56c2b085f added support for Android SDK source references adelphes 2017-01-26 01:27:53 +00:00
  • ae9ad846ef Add support for array element updating adelphes 2017-01-25 23:59:47 +00:00
  • b9d3784d55 added support for setting variable values adelphes 2017-01-25 22:57:57 +00:00
  • 9c5f2611bf removed obsolete notify fn adelphes 2017-01-25 13:00:41 +00:00
  • 95bf919b53 implemented View Logcat command adelphes 2017-01-25 12:50:35 +00:00
  • b6591e0bcf added support for exception breakpoints adelphes 2017-01-24 01:05:04 +00:00
  • 544461335a reformatted source adelphes 2017-01-24 00:48:00 +00:00
  • 3e1f112886 publish 0.1.3 adelphes 2017-01-22 22:00:15 +00:00
  • 650a928b21 Always specify device serial in port-forward cmd Fixes #4 adelphes 2017-01-22 21:56:21 +00:00
  • 4347d90514 added note about building on command line adelphes 2017-01-22 21:54:11 +00:00
  • f7bf993a28 added demo gif adelphes 2017-01-22 18:21:08 +00:00
  • 842ce349f1 Fix formatting in README adelphes 2017-01-22 17:20:26 +00:00
  • 294fc5ed6f bump revsion adelphes 2017-01-22 17:15:22 +00:00
  • 568d8f429f added icon and repo information adelphes 2017-01-22 17:11:28 +00:00
  • a581c365c0 Clear last error when socket connections succeed. Fixes #2 adelphes 2017-01-22 16:51:44 +00:00
  • ec258a6ddb Relocate code into src folder adelphes 2017-01-22 16:09:35 +00:00
  • 8337bc3e00 Add links in readme adelphes 2017-01-22 16:04:12 +00:00
  • 82a5a8c414 android-dev-ext initial commit adelphes 2017-01-22 15:40:33 +00:00