I really dont understand the need of the eval/seq/number.js and its effect on the web page.
When i am dynamically loading the js files i found the pages to be in /eval/seq/some.js directory .Only issue iam facing is unable debug the code as the debug point never stop the flow.Any alternate to debug the code and any issues if the js file loads dynamically that is in eval/seq/.......js.
found the numbers increase when i reload the page ex:
eval/seq/1.js
eval/seq/2.js
after reloading page
eval/seq/3.js
eval/seq/4.js
Please help me out and how to debug it.