Scrutiny Python module. Contains
- Server
- GUI launcher
- CLI for build toolchain integration
- Python SDK
Install
pip install scrutinydebugger
Launch Server
scrutiny launch-server --config config/serial.json
Install
git clone git@github.com:scrutinydebugger/scrutiny-python.git
cd scrutiny-python
git submodule update --init
Launch Server
./scripts/with-venv.sh scrutiny launch-server --config config/serial.json