---
title: "Can you change the value of a variable while debugging a C# application?"  
description: "Can you change the value of a variable while debugging a C# application?"  
author: "Anonymous User"  
published: 2011-05-10  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/865/can-you-change-the-value-of-a-variable-while-debugging-a-c-sharp-application  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# Can you change the value of a variable while debugging a C# application?

Yes, if you are debugging via Visual Studio.NET, just go to Immediate window.

## Answers

### Answer by Anonymous User

Yes, if you are debugging via Visual Studio.NET, just go to Immediate window.


---

Original Source: https://www.mindstick.com/interview/865/can-you-change-the-value-of-a-variable-while-debugging-a-c-sharp-application

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
