Intel® Galileo Development Kit for IoT - Tutorial Guide Revision 1.0 – 20-Feb-2014
(Page 26 of 32)
8. Click ‘Apply’ to apply the settings -> Click the 'Debug' button to transfer the application to the
target, launch it and start the debugger. This will open the DevKit IDE debug perspective and
insert a breakpoint at the main function. Use the control buttons on the toolbar to control the
program execution (step into, step over etc.)
Figure-29: Code ready to debug / run on remote target
9. Modify your program as needed and use the build and debug steps described above for the rest
of the development process. Once your program is finalized you can use the 'mv' command on
the Galileo console to move the application binary to its final location e.g:
mv /tmp/my_project /usr/bin/my_final_app