How can I
- Set a breakpoint.
- Stop breakpoint.
- Release, but leave in debug mode. According to the version, I mean, do not go to the next line. Go to the next breakpoint. Or just wait until the breakpoint hits.
I have no time or desire to dive into the SDK classes. I just want after I made a few lines. So far, the only thing I could do was just kill the debugging session. Where does the RELEASE button just move?
I mean, this is just obvious. You do not want to go deep and go deep into the code. After you finish the search, just go back to debug mode. Wait until you click another breakpoint. How can I do it? It can be done? And where is there no button for this?
Just come back, stay in debug mode. How do you do this?
source
share