Commit Graph

21 Commits

Author SHA1 Message Date
adelphes
b27d972613 Improve evaluation support
Allow arithmetic, bitwise, logical and relational operators and primitive casts.
2017-01-29 20:25:21 +00:00
adelphes
ec38695bcc include type info when reporting missing fields
Store character primitives as a uint16 integer with a separate char field.
2017-01-29 19:06:32 +00:00
adelphes
88c20d6470 implement a more reliable evaluation queue 2017-01-28 19:12:35 +00:00
adelphes
6f3f5eee74 Improve expression parsing
Allow ':super' to be used as a member.
Search super types when locating field members.
Fixes #16
2017-01-28 15:54:26 +00:00
adelphes
6463558034 Fix issues with expressions not completing
Moved NumberBaseConverter into its own file
2017-01-28 14:12:11 +00:00
adelphes
1b7fb3d60a first pass at hit-count breakpoints 2017-01-27 13:59:36 +00:00
adelphes
6bb8047db6 Stop the Android runtime from barfing into logcat
Split field retrieval into statics and instances
2017-01-26 17:58:37 +00:00
adelphes
329321aad5 Add some explanations for unset breakpoints 2017-01-26 16:50:55 +00:00
adelphes
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
2017-01-26 16:29:02 +00:00
adelphes
84e03b11c4 Improved exception scope display.
The exception object is now expanded at the root scope level with the message displayed as an extra field
2017-01-26 12:18:43 +00:00
adelphes
53a368fc46 Update behaviour of break-on-exception
Altered so that uncaught exceptions never have a filter applied.
Fixes #5
2017-01-26 11:09:50 +00:00
adelphes
f56c2b085f added support for Android SDK source references 2017-01-26 01:27:53 +00:00
adelphes
ae9ad846ef Add support for array element updating 2017-01-25 23:59:47 +00:00
adelphes
b9d3784d55 added support for setting variable values 2017-01-25 22:57:57 +00:00
adelphes
9c5f2611bf removed obsolete notify fn 2017-01-25 13:00:41 +00:00
adelphes
95bf919b53 implemented View Logcat command 2017-01-25 12:50:35 +00:00
adelphes
b6591e0bcf added support for exception breakpoints 2017-01-24 01:05:04 +00:00
adelphes
544461335a reformatted source 2017-01-24 00:48:00 +00:00
adelphes
650a928b21 Always specify device serial in port-forward cmd
Fixes #4
2017-01-22 21:56:21 +00:00
adelphes
a581c365c0 Clear last error when socket connections succeed.
Fixes #2
2017-01-22 16:51:44 +00:00
adelphes
ec258a6ddb Relocate code into src folder 2017-01-22 16:09:35 +00:00