I have this curiosity,
Is it, in some way, possible to inject javascript in my page and execute it and debug it? As you do with the console, but in the console you can't pause and watch variables.
Is it possible to debug code that i put through console? Why isn't it possible to debug code received via XHR?
Thanks!