This repository was archived by the owner on Feb 2, 2021. It is now read-only.
v0.19.0
·
943 commits
to master
since this release
Breaking Changes
- Add new parameter to
mapAbstractToTcpPortmethod - "framework". Acceptable values areCordovaandNativeScript.
When you want to debug WebView in NativeScript application - pass "Cordova". When you want to debug the NativeScript application itself, pass "NativeScript". For all other cases pass the real framework of the application.
Fixed
- When there are WebViews inside NativeScript application, mobile-cli-lib does not return them in
getDebuggableAppsas they have the same appIdentifier as the NativeScript application. - Trying to map abstract port for NativeScript application with WebViews, mobile-cli-lib finds the WebView first and maps port for it, which makes it impossible to debug such NativeScript apps.