Chrome dev tools on all tabs -


i'm trying see post request browser making on form.

my problem form opened in popup window (js initiated) , when form submitted automatically closes popup. when i'm trying use developer tools' networking tab can see post request don't have enough time since window closing fast.

even if choose 'preserve log on navigation' doesn't appear anywhere since entire window closing on submit.

is there way of opening developer tools in context of entire chrome application instead of tab?

i don't believe there is. best 2 solutions can think of (that don't answer question think achieve aim) are:

  1. use tool fiddler - http://fiddler2.com/ it's available windows :(

  2. it's messy workaround comment out line closes window while carry out debugging , reinstate once issue fixed.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -