Aug 10, 2022
In Android Development, one can click Run, and it will not pause in breakpoint. However, after run, if we want to debug, then we can attach to the Process. This allow faster initial run, and allow a debug later
The Debug button will start the debug process from the beginning.