- 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 Androiddebug configuration. Thesyncoperation is the same aslaunchwith 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