adelphes
09905eb85a
Fix output newlines
2017-06-14 15:57:17 +01:00
adelphes
e76773e8e4
code tidy - fix lint warnings for unused fns, params and locals
2017-05-12 14:45:59 +01:00
adelphes
0b5be3020a
Fixed exception details not being displayed
...
Make sure the exception scoperef is allocated before locals are retrieved.
2017-03-02 16:12:27 +00:00
adelphes
cc02c1b089
added callStackDisplaySize config setting
2017-02-05 21:36:28 +00:00
adelphes
fdbd5df16b
Improvements to multi-threaded debugging
...
Separate out thread-specific parts
Only pause event thread for step, bp and thread events
Continue now resumes the specified thread instead of all threads
Prioritise stepping thread to prevent context switching during step
Monitor thread starts/ends
2017-02-05 19:34:12 +00:00
adelphes
b60ef65803
Fix issue with Android source not displaying
...
VSCode 1.9 prioritises srcref over path - we now set the ref to 0 if a source path is set.
2017-02-02 19:18:54 +00:00
adelphes
d3ff22395e
Fix breakpoint failures on windows
...
Make sure relative_fpn uses forward slashes as path delimiters
2017-02-01 18:41:25 +00:00
adelphes
a47de40088
More configuration settings
...
Added autoStartADB and logcatPort launch config settings
Moved AndroidContentProvider into it's own file.
2017-02-01 12:22:25 +00:00
adelphes
e23fc698a2
auto-start ADB if it's not running
2017-02-01 11:04:40 +00:00
adelphes
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.
2017-02-01 10:18:04 +00:00
adelphes
71fcf1b760
Code tidy
...
Prevent multiple StoppedEvents being sent when debugger reports multiple events (bp,step,exception) at the same location.
2017-01-31 14:18:19 +00:00
adelphes
2727dd1b0c
Refactored setBreakPointsRequest
...
Breakpoints are now updated using an async queue
Allow source locations inside ANDROID_HOME
Fixes #14
2017-01-31 13:40:54 +00:00
adelphes
b27d972613
Improve evaluation support
...
Allow arithmetic, bitwise, logical and relational operators and primitive casts.
2017-01-29 20:25:21 +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
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
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
b6591e0bcf
added support for exception breakpoints
2017-01-24 01:05:04 +00:00
adelphes
ec258a6ddb
Relocate code into src folder
2017-01-22 16:09:35 +00:00