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
Describe the bug
When a file is updated with HMR, the dev tools are not updated and the breakpoints are not working anymore.
To Reproduce
tns create newApp --js
cd newApp
tns debug ios --hmr
open chrome dev tools and set a breakpoint
change a js file
the change will not be applied in the dev tools and the breakpoint will not be hit anymore
Expected behavior
The dev tools code should be updated and the breakpoint should be refreshed and hit after livesync. (try the tns debug android --hmr behavior)
The text was updated successfully, but these errors were encountered:
NOTE: The fix is available in CLI's rc version. It requires testing all features and behavior inside Chrome DevTools for iOS as we have changed the version of the DevTools that's used for debugging.
@DimitarTachev commented on Mon Dec 03 2018
Environment
Describe the bug
When a file is updated with HMR, the dev tools are not updated and the breakpoints are not working anymore.
To Reproduce
Expected behavior
The dev tools code should be updated and the breakpoint should be refreshed and hit after livesync. (try the
tns debug android --hmr
behavior)The text was updated successfully, but these errors were encountered: