views:

3341

answers:

3

does someone know if its posible to debug a proxy.pac, this file is written in Javascript. how can it be attached to some debug engine like Visual Studio or any other IDE

+1  A: 

PRB: Cannot Debug a .pac File from Visual InterDev (or "How to debug a .pac File") could help. Working with IE 8 and Visual Studio 2008 here.

ax
A: 

I use JSLint. http://www.jslint.com/

+4  A: 

There is "pactester" on Google Code. Works beautifully.

Tomalak
Great solution!
Christian13467