Solution to the problem of the inaccessible step into method in Eclipse Debug

Problem: When Debugging, click Step into and cannot enter the method, the effect after clicking is the same as Step over

solve:

Step 1: Enter Debug Configurations...

Insert picture description here

Step 2: Enter JRE

Insert picture description here

Step 3: Click Alternate JRE to see if it is a file starting with jre

Insert picture description here

Step 4: Click to modify

Insert picture description here

the fifth step:Insert picture description here

Step 6: Click Next

Insert picture description here

Step 7: Click Directory, select the jdk installation path

Insert picture description here

Step 8: Click OK, click Finish

Insert picture description here

Step 9: Tick, click OK

Insert picture description here

Step 10: Apply and complete

Insert picture description here

Guess you like

Origin blog.csdn.net/xue_yun_xiang/article/details/113794175