Difference between revisions of "PB:Debug local and remote"

From Klaus' wiki
Jump to: navigation, search
(Created page with "The instructions given over at [http://klaus.ede.ase.au.dk/index.php/BBB_Remote_Debugging Remote Debugging] works fine for the PocketBeagle.")
 
Line 1: Line 1:
 
The instructions given over at [http://klaus.ede.ase.au.dk/index.php/BBB_Remote_Debugging Remote Debugging] works fine for the PocketBeagle.
 
The instructions given over at [http://klaus.ede.ase.au.dk/index.php/BBB_Remote_Debugging Remote Debugging] works fine for the PocketBeagle.
 +
 +
To find the gdbserver use these commands:
 +
 +
<source lang=bash>
 +
$] cd /opt/gnueabihf
 +
$] find . -name gdbserver
 +
</source>

Revision as of 11:19, 9 November 2018

The instructions given over at Remote Debugging works fine for the PocketBeagle.

To find the gdbserver use these commands:

$] cd /opt/gnueabihf
$] find . -name gdbserver