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 way.
First "Mute Breakpoints", then in debugger console, choose "Step Out" and "Run to Cursor".
© 2022 - 2024 — McMap. All rights reserved.