Step into project classes when debugging

Is it possible to specify the β€œIdea” step only in project classes ( com.myproject.* Package). I know that I can say that Idea excludes packages according to the pattern (*), but it is too inconvenient to write all possible packages, except mine.

updated
After eliminating all possible packages, Intellij does not go into functions of the same class. It seems that upon entering the function, it encounters a proxy class with an excluded package and ignores all the functions called by this proxy (including my function)

+4
source share
1 answer

It is impossible right now to vote for the corresponding problem .

+6
source

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


All Articles