A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
1,185 questions with Developer technologies | Visual Studio | Debugging tags
VS 2022 Catastrophic failure when trying to save
Catastrophic failure when trying to save. What causes this and how do I save my work? Image1.jpg
Developer technologies | Visual Studio | Debugging
Why is VS2026 slow on Windows 11?
When debugging our Backend application on Windows 10, VS was fast and responsive, as was the performance of the application. However, since upgrading to Windows 11, performance of the application when debugging is very slow and sluggish. Are they any…
Developer technologies | Visual Studio | Debugging
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
VS2019 debugger unable to watch a resource but the local variable obtains the value with no problem
In the project properties Build Events I use echo %date% %time% > "$(ProjectDir)\Resources\BuildDate.txt" To update the build date the file, "BuildDate.txt" was added in the project properties to the Resources collection as a…
Developer technologies | Visual Studio | Debugging
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
.cs file is not loading in designer mode in Visual Studio
Error as "Timed out while connecting to named pipe" Stack Trace: Hide Call Stack1.Hide Call Stack 1.Hide Call Stack 1. Hide Call Stack at Microsoft.DotNet.DesignTools.Client.Host.ServerProcess.d__39.MoveNext() --- End of stack trace…
Developer technologies | Visual Studio | Debugging
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
Visual Studio 2026: group box is not declared error in the designer.vb file
I am writing code in VB.net using Visual Studio Community 2026. While creating a Windows form, I received an error message stating that a group box named "gbxLandUseDescription" is not declared. I think it is. Visual Studio leads me to the file…
Developer technologies | Visual Studio | Debugging
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
Is VS Enterprise 18.3.2 update a problematic ?
Hi, Yesterday I had successfully build and published MAUI Blazor Hybrid App successfully with VS.NET 2026 Version 18.3.1. Today I found new update 18.3.2 and thought to update VS before starting the day. But as soon as i trying to compile the app I…
Developer technologies | Visual Studio | Debugging
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
What File Has My Breakpoint Information?
Developing C++ code. I try to keep my backup files small by removing directories like .vs. One thing I miss when recovering a project (solution) is the breakpoints, which can be elaborate. Is there a particular file that contains a project's…
Developer technologies | Visual Studio | Debugging
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
Visual Studio 2022 & 2026 Debug Project still crash in busy, can't click any button in visual studio
正如标题描述的那样,什么项目都这样,最近出现的 偶尔有那么一次正常,重启电脑马上运行也正常 过一会就不正常了,鼠标一直处于繁忙状态,Visual Studio 所有的控件都不能点击 完全没法调试.请看我上传的GIF
Developer technologies | Visual Studio | Debugging
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
Visual Studio 2022 and 2026 UI Freezes (Busy Cursor) After Closing and Reopening - Reinstall & Cache Clear Failed
Issue Description: Recently, Visual Studio has become completely unresponsive during or after debugging. The mouse cursor stays in the "Busy" state, and I cannot click any buttons or menus within the IDE. This happens with any project, not…
Developer technologies | Visual Studio | Debugging
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
What happened to the Visualizers in Visual Studio 2026?
Visual Studio 2019 and 2022 had a "Visualizers" folder in Documents/Visual Studio [year]/Visualizers where you can put custom visualizers you created and Visual Studio would load them automatically. Other folders like Template and Code Snippets…
Developer technologies | Visual Studio | Debugging
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
Problem with 2019 Visual Studio
From: Washington Peralta User of Visual Studio 2019 To: Microsoft Customer Service Subject: Asking for help because I am having a problem using Visual Studio 2019 1.) I compile…
Developer technologies | Visual Studio | Debugging
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
Pre-launch task for debugging system service
Hello, last days I had to remotely debug early start of system service with Visual Studio 2022. It seems that only ways how to do it are: running target in console mode - sometimes unusable, or putting Sleep() into service_main and manually attaching…
Developer technologies | Visual Studio | Debugging
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
What happened to the watch options on the debug menu?
Visual Studio (since it isn't one of your tag options: Microsoft Visual Studio Enterprise 2022 (64-bit) - Current Version 17.14.25 (January 2026) Why are the watch options no longer present in the Debug menu? How do I get them back? Moderator: Moved…
Developer technologies | Visual Studio | Debugging
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
.Net MAUI app broken by new version of iOS
I work intermittently on a .Net MAUI app developed using Visual Studio. The last iOS simulator I had in Xcode before the latest updates was 17.5. I bit the bullet recently and installed the latest versions of Visual Studio and Mac O/S. I immediately had…
Developer technologies | Visual Studio | Debugging
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
How to fix "Sequence contains no elements" errors in Visual Studio
Creating a projects is no longer as exciting due to this error, its blocking a lot of time working on the project. How could I fix this before due date for my assignments for school
Developer technologies | Visual Studio | Debugging
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
GPT 5.1 can't be deployed
Hi I want to deploy GPT 5.1 but not the chat one, only the full GPT 5.1 from the Azure
Developer technologies | Visual Studio | Debugging
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
Case of error C2061
if RoutedEventArgs is a data type, why I get " error C2061: syntax error: identifier 'RoutedEventArgs' " in a simple Button Click function? What I do wrong? (VS2026, Blank C++ app)
Developer technologies | Visual Studio | Debugging
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
VS Code stopped showing syntax errors
My visual studio code stopped showing the red squiggly lines for syntax errors and I have tried every solution that I have googled. I even asked my programming prof what was wrong with my VS code and he didn't know after. I even reinstalled VS Code but…
Developer technologies | Visual Studio | Debugging
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
VS 2026 Error when running a .Net 10 console app in Debug
Getting this error on a .Net 10 console app in VS 2026. I am just trying to run a basic console application with only Hello World in the Console. I haven't added anything to it. Can someone please help because VS 2026 is useless without being able to…
Developer technologies | Visual Studio | Debugging
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
Difference between initialized property and got by the "getter"
struct MainWindow : MainWindowT<MainWindow> { private: int32_t m_myValue{ **83** }; //**initialized** public: MainWindow() { } int32_t MyProperty(); void MyProperty(int32_t value); void…
Developer technologies | Visual Studio | Debugging
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.