View Single Post
Old 09-01-2017, 10:30 AM   #4
banhuhoian
Registered User
 
Join Date: Jun 2017
Location: http://sellcvvgood.net/
Posts: 225
The name already suggests that to de - bug the code is debugging means by identify the bug in code and fixing it is the process of debugging.

Suppose you have a code for a calculator and there is a method for division where you pass two variable divisor and divident and user enter divisor as 0(zero) then the program will get in a loop or will throw a run time error or exception. For this you have to write extra code in that method to handle the situation and that's called debugging.

This was very basic example, when you do complex programming then there will be so many complex situation that should be handled for preventing runtime error of program
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
banhuhoian is offline   Reply With Quote