App Startup Debugging
Unlike other Android debugging solutions that first
launch the App and then attach to it, missing the code
executing at startup, VisualGDB allows debugging each and
every line of your code. Simply enable 'Debug App Startup'
under the Debug Options menu and VisualGDB will ensure that
no code will get executed before the debugger is fully
attached and your breakpoints are set: