This page details the process of debugging Kratos with GDB. The guide is intended for Linux systems using a terminal, if you prefer to debug on Windows or through gdb ...
As your embedded applications get more complicated an On-Chip Debugger will save you a lot of time when things don’t run quite right. On-Chip Debugging (OCD) is just what it sounds like — a way to run ...
Abstract: This paper presents the implementation of a debugger for a PLC with an in-house embedded processor by using GDB. Since GDB consists of target-independent and target dependent parts, we can ...