Tagged With: Eclipse
Remote browsing/debugging of Pi using Eclipse IDE.
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
- Open the remote system perspective
- Configure the connection
- Enter the pi ssh password when prompted – explore your pi and drag/drop files folders as you wish
Remotely Debugging- Setup
- TBD