How do I configure NetBeans to only step through Java code that I've written.
Posted
by blissapp
on Stack Overflow
See other posts from Stack Overflow
or by blissapp
Published on 2010-05-20T16:50:36Z
Indexed on
2010/05/20
17:00 UTC
Read the original article
Hit count: 219
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 finding myself going deeper into Java's own library code than I care to.
Is it possible to simply disable that when stepping code - I want to treat all of that stuff as a Black Box, code stepping is just for stuff I've written.
And you know what, now I've got that capability, is it possible to wrap up my own code that way too so that I can step just the bits I'm most interested in?
And if i can't easily in netbeans, is it possible in eclipse?
thanks
© Stack Overflow or respective owner