Home > Mobile >  Android across processes breakpoint debugging problems
Android across processes breakpoint debugging problems

Time:02-06

For example a activity at the end of the jump to b, a and b activities are two processes,
Now a activity is set to start, before a jump to b code (startactivity) hit a breakpoint, after starting the debugger to break point, at this time only in the process of a
If b in oncreate breaking point, can't find debuger breakpoint,
Speculation is across the cause of the process, so excuse me what method can make the debugger can run the breakpoint to b?

CodePudding user response:

Ok, find a solution, the developers options choose waiting for debugging programs on the inside
  • Related