Introduction
Remote browsing and debugging in Eclipse is exactly what it sounds like
- Browse the remote Pi file system and drag/drop files from your windows/mad desktop
- Executing code on the remote Pi and debugging it with GDB
Remote browsing – Setup
- install the eclipse modules

Install components for remote systems
- Open the remote system perspective


- Configure the connection

Setup the remote ssh connection details
- Enter the pi ssh password when prompted – explore your pi and drag/drop files folders as you wish

Remotely Debugging- Setup
- TBD