News

You can invoke interactive debugging in a Python program as part of its normal execution. Here we’ll walk through a quick tour of how to use Python’s built-in interactive debugger, pdb.
Back to the matter at hand. [Stef] put together a Python program that leverages GDB’s Remote Serial Protocol. He calls it pyrsp and the talk he recently gave about it can be seen below.