-
-
Notifications
You must be signed in to change notification settings - Fork 141
Closed
Milestone
Description
I was investigating why we suddenly couldn't debug our app, and I realized it was due to a stray console.log
in a worker.
Steps: To reproduce
- Run the sample in debug using
tns debug android
- Open Chrome dev-tools
- Reload the app so that your chrome is connected before the worker is called (or just add a button to re-send a message...)
- Application crashes like this:
This obviously work if you remove the console.log, or if you do not debug.
This also prevents VSCode debugging, same behavior.
louisdcoulombe and rodriguesgm