Breakpoints in Dynamic JavaScript
Note: Notice the "//@ sourceURL=dynamicScript.js"
line at the end of dynamicScript.js file. This technique gives a name to a script created with eval, and will be discussed in more detail in the Source Maps section. Breakpoints can be set in dynamic JavaScript only if it has a user supplied name.