Ploxc

WinCC Unified Debug Proxy
Getting Started

Installation

Prerequisites

Download

Download the latest release on GitHub.

Place the executable in a folder, for example unified-debugging, and open it in VS Code — init will generate the launch.json here.

unified-debugging/
├── wincc-unified-debug-proxy.exe
└── .vscode/
    └── launch.json  ← generated by `init`

Verify the installation

./wincc-unified-debug-proxy.exe --version
./wincc-unified-debug-proxy.exe --help

Build from source (optional)

If you want to build from source instead of using the prebuilt binary, you'll need the Rust toolchain (1.70+) from rustup.rs.

git clone https://github.com/ploxc/wincc-unified-debug-proxy.git
cd wincc-unified-debug-proxy
cargo build --release

The binary will be at target/release/wincc-unified-debug-proxy.exe.