我對Eclipse很新。試圖設置做遠程調試。如何使用gdbserver設置Eclipse進行遠程C調試?
這裏是情況,我連接到運行Linux的遠程機器,我正在運行Windows。
1)我已經安裝了Eclipse所需的全部工具,並且能夠連接到Linux機器。
2)遠程機器有gdbserver
linux1[1]% gdbserver
Usage: gdbserver [OPTIONS] COMM PROG [ARGS ...]
gdbserver [OPTIONS] --attach COMM PID
gdbserver [OPTIONS] --multi COMM
COMM may either be a tty device (for serial debugging), or
HOST:PORT to listen for a TCP connection.
Options:
--debug Enable debugging output.
我需要在gdbserver
任何配置???
3)我還需要在Eclipse中配置什麼?用於遠程調試?
4)請問我的GDB版本與遠程機器GDB不同?
沒有人???????? – newprint 2010-11-02 00:10:38
[使用Eclipse CDT/RSE/RDT遠程調試C++應用程序]的可能重複(https://stackoverflow.com/questions/15685104/remote-debugging-c-applications-with-eclipse-cdt-rse-rdt) – 2017-08-13 09:08:05