When I try debug Ember.js from chrome browser, its breakpoint for application.js only persists and rest are removed on page refresh by pressing f5.
I have enabled "Log XMLHTTP Requests" and "Preserve Log Upon Navigation" in console tab. Still the problem is there ..
Any help ?
You can install the Inspector on Google Chrome as a new Developer Tool. To begin, visit the Extension page on the Chrome Web Store. Click on "Add To Chrome": Once installed, go to an Ember application, open the Developer Tools, and click on the Ember tab at the far right.
Ember. js is a productive, battle-tested JavaScript framework for building modern web applications. It includes everything you need to build rich UIs that work on any device.
As an alternative you can set the breakpoints in your code. javascript:
debugger;
handlebars:
{{debugger}}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With