I saw Graphical Cross Debugging in Eclipse: Embedded Linux but I didn't understand the process.
Let's say I want to run the remote binary with args like ./mybin 1 2 3
. How can I do that with Eclipse remote debugging?
And the only important gcc flags in compilation line is -g
or is there more flags to do this remote debugging?