When the PAC is processed (specifically findProxyForURL() is run) - what is the best way to debug that?
Some browsers provide ways to understand what is happening inside that function (ie. through alert() you can show values of specific variables as they are set during execution).
Is there a way to debug the PAC processing on iOS? For instance by logging some user-controlled output to the console?