简体   繁体   中英

Debugging a remote Linux application with Eclipse CDT on Mac OS X

I'm trying to debug a C++ application which is running on a Linux box. This application will not build on OS X. I've got the app running on the Linux box, and I can start gdbserver for remote debugging. But since the application doesn't build on OS X, is there a way to use Eclipse on OS X to still debug the app?

假设远程Linux机器是SSH服务器并具有gdb,另一种方法是通过sshgdb上运行gdb ,例如

  ssh remotelinuxbox gdb -tui prog

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM