You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
CLI: 5.1.1
Cross-platform modules: 5.1.1
iOS Runtime: 5.1.1
Describe the bug
The debugger doesn't stop at application launch when: --debug-brk option is passed and the application's root is not a frame, i.e. SideDrawer, TabView.
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):Describe the bug
The debugger doesn't stop at application launch when:
--debug-brk
option is passed and the application's root is not a frame, i.e. SideDrawer, TabView.To Reproduce
Expected behavior
The debugger to stop at application launch.
Sample project
Could be caused by: https://github.com/NativeScript/ios-runtime/blob/master/src/debugging/TNSDebugging.h#L362-L373.
The text was updated successfully, but these errors were encountered: