Question:
- Is it possible to debug, when the target is on a remote host?
Example:
# ddd --debugger /usr/bin/bashdb <sript-name> (on remote host)
Question:
Example:
| |||||
feedback
|
This question came from our site for computer enthusiasts and power users.
|
Use gdbserver on the target (remote) machine as explained there. Then follow the config steps for gdb remote debugging (look up the gdb doc), typing the commands in the ddd console window (it's a pass through to the gdb prompt). This could be something like this (if your link to the target were an USB to serial link, for instance):
or
to debug the gdbserver on IP the-target,using TCP port 2345. | ||||
|
feedback
|
|
What you can do is ssh into the remote host, and set the First lookup your current
Assuming that your current X-client is on port 1. Now setup the remote
Now fire up ddd:
Note that you may have to open up your local X-client to remote connections before you do this. This is how:
| |||||||||
feedback
|