Monday, 2 January 2012
An outlook on java debugger
A java debugger is a way to debug the java applications. Apart from making it feasible to find the simple bugs, it is also helpful in finding weaknesses as well as insufficiencies in the application design. Moreover, it also helps in realizing classes, objects and their relationship. Basically, it shows the structure along with its functioning at conceptual level. You can trace the control flow with the help of views which provide you with diverse perspectives of any application for debugging. All the views display some application details with a proper perspective. Thus, you can say that a java debugger displays classes, threads, breakpoints, source files, object relationships and many more.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment