Getting Started

Requirements

debugserver-js
dsclient-py is designed to interact with debugserver-js therefore you’ll need to have the debugserver-js installed and an instance running to connect to.
Code Composer Studio
Texas Instrument’s eclipse based IDE which includes DSS (required by debugserver-js)

Install

PyPi:

pip install dsclient

Source:

git clone https://github.com/tiflash/dsclient-py
cd dsclient-py
pip install .