when I debugging my application and if I click on th Stop button -
- debugging stopped work - and! - my application closing. (I think android studio just kills proccess).
How can I stop debugging without stopping process?
when I debugging my application and if I click on th Stop button -
How can I stop debugging without stopping process?
Press the Close
button:
then press Disconnect
in the dialog, paying attention to leave unchecked Terminate the process after disconnect
:
Try another one way.
First "Mute breakpointas", then in debugger console choice "Step out" and "Run to cursor"