---
title: "Debugger"  
description: "Debugger"  
author: "Prakash nidhi Verma"  
published: 2018-07-07  
updated: 2020-09-16  
canonical: https://www.mindstick.com/interview/23458/debugger  
category: "web services"  
tags: ["project setup"]  
reading_time: 1 minute  

---

# Debugger

Debugger :

A computer program which is used by programmers to test and debug a target program is called a debugger. It's use in sets of instruction which is simulators and running a program directly on the processor and produce a higher level control on its execution.

its in a form of software program which is used to test and find bugs(errors) in other programs.A debugger is also known as a debugging tool.

## Answers

### Answer by Prakash nidhi Verma

Debugger :

A computer program which is used by programmers to test and debug a target program is called a debugger. It's use in sets of instruction which is simulators and running a program directly on the processor and produce a higher level control on its execution.

its in a form of software program which is used to test and find bugs(errors) in other programs.A debugger is also known as a debugging tool.


---

Original Source: https://www.mindstick.com/interview/23458/debugger

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
