Debugging in netbeans (java)
Posted
by
Daen
on Stack Overflow
See other posts from Stack Overflow
or by Daen
Published on 2011-01-10T18:03:55Z
Indexed on
2011/01/10
18:53 UTC
Read the original article
Hit count: 107
I have been asking this myself for a while.
Debugging in visual studio goes smooth.
But when i debugg in Netbeans(java) i find myself more then half of the time browsing trough the system code itself. This makes it almost unpossible for me to detect hard to find bugs, cause debugging simply is to tedious and unmanageable.
How can this be avoided? Stepping out all the time takes a insane amount of time, and i only wish to debug the code i have written down.
I usally add all the controls myself without using any drag and drop for forms if that makes any difference in the total picture.
Regards.
© Stack Overflow or respective owner