Eclipse breakpoint debugging random jump problem solving

Recently, I needed to check the source code of the company's project, and then it was a crazy interruption point, and I also encountered some problems. The biggest problem is that the jump location is not as expected. It's a bit difficult to express, for example: I break the point on the submit method, and the result jumps to the query method.

First of all, I usually use F6 and F8 for debugging. F6 is used to execute the next piece of code, and F8 is used to end the execution of a breakpoint and jump to another breakpoint (in fact, it is not very clear, please point out if there are errors). So the above problem can press F8 to jump to the specified breakpoint.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324694219&siteId=291194637