In Microsoft Visual Studio, there is a menu option to stop a running program (whether in debug or release mode).
But in Eclipse I couldn't find such option.
So for now, I stop the program (returning control to Eclipse) simply by closing the emulator.
Is there a better way of doing this? Such that I don't need to close (and restart) the emulator?
