# Studio 5.1.3.GA - 13 August 2019

Studio 5.1.3 is a patch release that includes improvements and bug fixes.

As of this release, Studio 5.1.x will not be supported six months (2020-02-13) from 5.1.3.GA's release date. See Axway Appcelerator Deprecation Policy and Nominal Lifetimes documents for details.

# Improvements

  • TISTUD-9169 (opens new window) - Fix miscellaneous debugger issues

    • Fixed debugging issue with Android apps on Windows

    • Change default caught and uncaught exceptions/errors to break on no exceptions

    • Fixed issue when Hyperloop in enabled that a project cannot be debugged

    • Fixed issue when trying to debug on iOS sim/device for the second time without killing the previous instance of app on the device the debugger does not connect

    • Fixed issue when using Titanium SDK 7.5.X or 8.0.X so that Safari Web Inspector connects properly

    • Removed remnants of Android profiler

    • Fixed issues supporting some ES6+ types in debugger view (like Map, Set, WeakMap, WeakSet).

    • Fixed issue where the debugger hangs in SDK 8.1.0

    • Fixed logging error when Filesystem API isn't used

    • Fixed issue where Alloy wasn't generating sourcemaps for files under lib directory

    • Added support for inline source mapping

    • Improved debugging of applications in third party tools and Studio

    • Fixed issue where the debugger suspends on generated file for encrypted JS

  • TISTUD-9178 (opens new window) - Support inline source mapping

    • Added support for source maps the CLI build generates ( mapping between Resources <-> build )
  • TISTUD-9185 (opens new window) - Update Node.js version distributed via studio to v8.16.0

    • The version of Node.js that is distributed with Studio is 8.16.0 and minimum version will be bumped to 8.0

    • If Studio doesn't find Node.js 8.0, it will install 8.16.0

# Fixed issues