* fix 0 alignment in binary xml decoding
* output reason for APK manifest read failure
* try and match package name against process name
when determining which pid to attach
* make post launch pause user-configurable
* code tidy, jsdocs and types
* more types in expression parse classes
* fix issue with expandable objects not evaluating
* update build task example
* fix package/type evaluation
* improve handling of targetDevice and processID combinations
* show full call stack by default
* implement a queue for evaluations
* improve performance of retrieving single fields
* check root term identifiers against this fields
* initial support for format specifier
* add readme notes for format specifiers
* add support for showing arrays and objects with format specifiers
* create unique object variable references for different display formats
* add notes on applying formatting to objects and arrays
* initial support for decoding manifest from the APK
* add support for overriding AndroidManifest.xml file location in launch config
* correct property name in comment