Why can't I go through the Java API classes?

I set a breakpoint in the class String. When you run the program in debug mode, the breakpoint hits, but I can’t enter the code. Pressing F5resumes execution until the next breakpoint. I removed the package java.*from the step filters.

I use Groovy grails toolsuite instead of vanilla Eclipse.

enter image description here

enter image description here

Edit: It seems that Eclipse has a source archive: enter image description here

+4
source share
2 answers

GGTS . → Java → Debug → Step filtering, . → Groovy → → .

0

Groovy Grails Toolsuite.

, vanilla eclipse , . , Grails IDE.

, Groovy Eclipse Spring IDE . eclipse , , GGTS.

0

Source: https://habr.com/ru/post/1542418/


All Articles