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:
use tool fiddler - http://fiddler2.com/ it's available windows :(
it's messy workaround comment out line closes window while carry out debugging , reinstate once issue fixed.
Comments
Post a Comment