How do I configure NetBeans to only step through Java code that I've written

前端 未结 5 898
梦如初夏
梦如初夏 2021-01-01 12:52

Am I missing something? I\'m delighted that all that code is there showing how the generic collections work etc. However when I want to simply walk my code I\'m forever fin

5条回答
  •  我在风中等你
    2021-01-01 13:49

    Actually, the easiest way is to go to Window -> Debugging -> Sources and check off the files that you want to debug and step in to. Most likely you just need to UNcheck the other sources in your project.

    But that's the easiest way to do it.

提交回复
热议问题