Breakpoints not working on Android Studio 3.3

后端 未结 4 1910
温柔的废话
温柔的废话 2020-12-15 18:02

After upgrading Android Studio to version 3.3 this week, some breakpoints are not being recognized as valid, and are not stopping the thread.

Am I missing anything?<

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-15 18:35

    Found the answer with the help of @pskink. "If" statements are "invalid" locales for breakpoints. See the checkmarks below:

提交回复
热议问题