sts4
sts4 copied to clipboard
Debug only code in project
Hi, all! I have a question or feature request :)
Button in IDE for debug code only from current project and skip all other. Because usually we do not need to debug spring decorators and other code from framework. It is possible now? Or lets make it :)
Hey @3DRaven, sorry for the late reply here, apologize for that.
Did you take a look at the "step filtering" feature in the debug support? There, you can define which package structures you want to skip while stepping through your code while debugging. You can find it in the Preferences -> Java -> Debug -> Step Filtering.