Software Sleuthing – The Act of Being a Detective! by Prabhat Mishra on June 17, 2020 1,156 views
Software sleuthing or debugging is a process of investigating a problem within a computer program. Since it's an investigation, it always starts when someone notices or reports the problem. The problem could be an error or performance issue or it could be a functional anomaly. For example: Problem #1 - A user is getting HTTP 403 Forbidden error even after providing required access permissions. Problem #2 - A search operation at times takes more than…