"Method breakpoints may dramatically slow down debugging" This is similar to an infinite loop break point problems caused by non-standard (debug mode)

1. Background

When the project kick restart breakpoint debug mode, the project has been loaded, not debug normal test. (Restart project is invalid, reboot idea invalid)
Here Insert Picture Description

2. Reasons

In the former method of adding a breakpoint.
Here Insert Picture Description

3. Solution

The first: 找到对应位置取消断点. (Recommended)
second: Ctrl+Shift+F8Uncheck
Here Insert Picture Description

4. Problem Solving

Small partners to be careful.

Published 27 original articles · won praise 5 · Views 653

Guess you like

Origin blog.csdn.net/qq_37967304/article/details/103620967