15

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

Oscar Cabrero
  • 4,168
  • 8
  • 29
  • 49

2 Answers2

17

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

Edit:

The tester has now been moved into the parser project:

lightswitch05
  • 9,058
  • 7
  • 52
  • 75
Tomalak
  • 332,285
  • 67
  • 532
  • 628
2

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.
  • 58,560
  • 8
  • 81
  • 72