Tobias Mühlbauer

Tag Archives: mac os x


Remote Debugging, Part 1: Configure GDB on Mac OS X for Linux Applications

This series of articles describes how to use GDB on Mac OS X to debug C/C++ applications targeted for and running on a remote Linux machine (possibly a virtual machine) equipped with gdbserver. Moreover, I will explain how to configure Eclipse to make debugging a little nicer. This first part explains how to configure GDB [...]