Skip to the content.

Proxy Auto-Config (PAC) Debugger

Editor/Debugger for testing Proxy Auto-Config files.

Screenshot 1

Proxy Auto-Config Debugger is an interactive editor/debugger for Proxy Auto-Configuration (PAC) files. It lets you edit the JavaScript in the left pane, test, and see the results in the right pane.

How it Works

Version History

Things to know

Example:

var s='This is a string';
__logMessage('s='+s+'\n');

Displays in output:

s=This is a string

Developers

Dependencies:

The Sign configuration is optional. If you use it, edit the Post-build event to define the proper path to signtool.exe in both the program’s and the setup’s projects.

To build the Sign Setup .MSI, first build the Sign ProxyAutoConfigDebugger project, then build the Setup.

License

ProxyAutoConfigDebugger: MIT License

ICSharpCode.TextEditor: GNU Lesser General Public License version 2.1

ILMerge: MIT License

Portions based on Mozilla using the Mozilla Public - License, v. 2.0.

Portions based on Chromium under BSD-Style License

Read LICENSE.txt

Contact

For assistance with this program, contact lordchariot@lordchariot.com