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
I'm submitting a ...
[ X] bug report
[ ] feature request
[ ] question about the decisions made in the repository
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Debug on Chrome/Firefox not working at all.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
Start app via npm start.
Write debugger; on any line of code.
Reload page and wait for debugger to hit the line.
Check that debug stops at completely wrong line.
What is the expected behavior?
To stop on correct line
.
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
Browser: [all]
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)
The text was updated successfully, but these errors were encountered:
I'm submitting a ...
[ X] bug report
[ ] feature request
[ ] question about the decisions made in the repository
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Debug on Chrome/Firefox not working at all.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
debugger;
on any line of code.What is the expected behavior?
To stop on correct line
.
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
The text was updated successfully, but these errors were encountered: