You cannot put a breakpoint in sub Activity_Pause. I don't know why but that's the way it is.
And if you put breakpoints in any subs called within Activity_Pause, they don't work.
So my question is, how do you debug these subs?
The only thing I can think of is to debug them separately, using buttons for example to fire each one, but that's not ideal. Is there a better solution?