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.



출처 - https://developers.google.com/chrome-developer-tools/docs/javascript-debugging#breakpoints-dynamic-javascript


'Development > JavaScript' 카테고리의 다른 글

javascript - 라우팅  (0) 2013.10.13
javascript - RequireJS  (0) 2013.10.02
javascript - forms 객체  (0) 2013.05.13
socket.io readme  (0) 2012.12.28
comet  (0) 2012.12.28
Posted by linuxism
,