Closed jrziviani closed 8 years ago
In order to debug dynamically loaded javascript code it's necessary to add
//# sourceURL=kimchi.min.js
at the end of the source file.
Source: https://developer.chrome.com/devtools/docs/javascript-debugging Breakpoints in Dynamic JavaScript
Sent patch to implement it upstream.
Fixed by 3de4eed7ef7685dd03c1b74fae38fe229c15a16c
In order to debug dynamically loaded javascript code it's necessary to add
at the end of the source file.
Source: https://developer.chrome.com/devtools/docs/javascript-debugging Breakpoints in Dynamic JavaScript