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
Okay so I don't know why we have a --debug-brk option.
tns debug --emulator
Says that or start not specified, loads with debug-brk by default
tns debug --emulator --debug-brk
Loads with debug-brk
tns debug --emulator --start
Wont load unless the emulator is currently running
As far as I can tell there's no way to start a debug without it pausing on app load. WHICH IS A GREAT FEATURE don't get me wrong, I just only need it like 10% of the time.
Sidenote:
IMO it would make more sense to rename it to --break-on-load as debug is the command it's a double debug.
The text was updated successfully, but these errors were encountered:
Okay so I don't know why we have a --debug-brk option.
tns debug --emulator
Says that or start not specified, loads with debug-brk by default
tns debug --emulator --debug-brk
Loads with debug-brk
tns debug --emulator --start
Wont load unless the emulator is currently running
As far as I can tell there's no way to start a debug without it pausing on app load. WHICH IS A GREAT FEATURE don't get me wrong, I just only need it like 10% of the time.
Sidenote:
IMO it would make more sense to rename it to --break-on-load as debug is the command it's a double debug.
The text was updated successfully, but these errors were encountered: