sts4 icon indicating copy to clipboard operation
sts4 copied to clipboard

Debug only code in project

Open 3DRaven opened this issue 4 years ago • 1 comments

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 :)

3DRaven avatar Aug 16 '21 08:08 3DRaven

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.

martinlippert avatar Oct 11 '21 15:10 martinlippert