android debugger does not stop at breakpoints

前端 未结 5 1153
心在旅途
心在旅途 2021-02-11 15:06

I am seeing debug statements in the console but the debugger does not stop on any breakpoints. I tried clearing all breakpoints and adding them back in. Not sure how this can

5条回答
  •  伪装坚强ぢ
    2021-02-11 16:11

    In my case, click the "Attach debugger to Android process"

    And it will shows a window said "Choose Process" Select the device you are using, and select the project that you want to debug. And it works.

    Sometimes the debugger need to re-attach to the devices when you open the debugger at the first time.

提交回复
热议问题