Computer Science, asked by FACEtheFEAR, 2 days ago

How to debug? explain ???? ​

Answers

Answered by JustYuriko
3

Answer:

Here's the debugging process:

Reproduce the problem.

Describe the bug. Try to get as much input from the user to get the exact reason.

Capture the program snapshot when the bug appears. ...

Analyse the snapshot based on the state and action. ...

Fix the existing bug, but also check that any new bug does not occur.

Answered by zainaJaved69
1

Answer:

Reproduce the problem.

Describe the bug. Try to get as much input from the user to get the exact reason.

Capture the program snapshot when the bug appears. ...

Analyse the snapshot based on the state and action. ...

Fix the existing bug, but also check that any new bug does not occur.

Explanation:

hope it will help u ☺️

Similar questions