C ++ remote debugging using RSE

I got stuck after step 3 when trying to configure remote cross-debugging using Eclipse / RSE:

  • Installed RSE 3.1 on Eclipse 3.5
  • Configure an SSH connection profile on my remote device.
  • embedded binaries using cross-compiler

Now I can not find the Eclipse option to transfer binary files to my device and debug using gdb. In the "Debug Configurations" section, I cannot find "Remote CDT Launch" or "Remote C / C ++ Application" referenced by other tutorials.

The only Debug configuration options that I see are the standard “C / C ++ applications”, “C / C ++ Attach”, “C / C ++ PostMoterm” and “Launch Group”.

What should I do next?

+3
source share
1 answer

I have not used remote launchers / debugging tools, but maybe these slides from EclipseCon 2008 can help you.

Remote start was transferred to AFAIK CDT for Galileo.

Here's a RSE FAQ entry on remote debugging.

+2
source

Source: https://habr.com/ru/post/1725779/


All Articles