Computer Science, asked by pranish91, 1 year ago

how to debug program explain ​

Answers

Answered by awesomeashmismart
4

Here's a short summary of their responses.

Be disciplined. ...

To improve your skills, debug other people's code rather than your own. ...

Pretend you're the compiler. ...

Learn to fix bugs as early in the development process as you can. ...

Debugging is easiest when you can hold the whole system in your head.

Answered by varuncharaya20
5
Debugging is the routine process of locating and removing computerprogram bugs, errors or abnormalities, which is methodically handled by software programmers via debuggingtools. Debugging checks, detects and corrects errors or bugs to allow properprogram operation according to set specifications.
Similar questions