DEV Community

Cover image for I made an open source runtime debugger for embedded C/C++
Pier-Yves Lessard
Pier-Yves Lessard

Posted on

I made an open source runtime debugger for embedded C/C++

I released an open source runtime debugger for embedded C/C++. It's a tool that reads the device variables and do in-device graph acquisition by adding a lightweight instrumentation library in a embedded project. It communicates with a server through the channel of your choice.

It's a super effective method for debugging an embedded application and do HIL testing since it also comes with a fully working Python SDK.

Have a look :

Top comments (0)