Debug JS code with chrome dev tool.
https://googlechrome.github.io/devtools-samples/debug-js/get-started
- Click source tab
- Select the source file in left panel tree
- Create a break point in the line of source code editor
- Show the console drawer in the right corner
Click the button on the web, manually apply code fix in console.
- Resume code execution
- Edit source code in code editor and ctrl+s
- Deactivate the break point
Start verification on web page.

