I asked for this myself for a while.
Visual Studio debugging is going smoothly.
But when I debug Netbeans (java), I spend more than half the time looking at the system code itself. This makes it almost impossible for me to find it difficult to find errors, because debugging is simply too tedious and unmanageable.
How can this be avoided? Exiting all the time takes an insane amount of time, and I just want to debug the code I wrote.
I usually add all the controls without using any drag and drop for the forms, if that makes any difference in the big picture.
Sincerely.
source share