- Debugger stops after Typescript compile error
- The breakpoints in TypeScript files are not resolved on Windows
- Debug via extension broken with VSCode 1.20
- Add option to save teamId once it is selected
- TypeScript compiler updated to 2.4.0
- Upgrade to ES6
- Variables are no longer displayed when debugging in VS Code 1.9.0 and {N} plugin 0.6.x
- Set using cmd when executing node child processes on Windows
- Enable loading more than 20 call frames
- [iOS] Support for breakpoints with ignoreCount in iOS only
- Enable debugging with livesync
- Introduce tnsPath workspace setting
- Bug fix: Android API level 24
- Bug fix: Sync on Android configuration
- Bug fix: Support for iOS Runtime v2.4
- Added 'Sync' configuration
This PR adds
Sync on iOS
/Sync on Android
debug configuration. Thesync
operation is the same aslaunch
with the only difference that it livesyncs your app instead of fully build it. This makes the deployment much faster and the experience - much better.
- Launch on Android Emulator doesn't work if emulator is not started on beforehand
- Handle Console.messageRepeatCountUpdated event