1,139 questions with Developer technologies | Visual Studio | Debugging tags
Visual Studio -Troubleshooting and updating variable in code (production environment)
Hi there, Seeking some advice on optional tools to do troubleshooting on production server and also to update environment variables in our code since Visual Studio cannot be installed on production environment. Thanks, Melanie
Developer technologies | Visual Studio | Debugging
Visual Studio - Fatal error has occurred and debugging needs to be terminated. HRRESULT = 0x80070005
I'm getting this for any .NET project, when I try to Debug. I've tried running VS as Admin and reinstalling. Still same error. Works fine if I run without debugging.
Developer technologies | Visual Studio | Debugging
How to fix VS code debug failure for python
This is what my VS code is displaying even when i try to debug a simple python file of print("Hello World"). I have used Vs code for about a year now and it has never happened. I even re-installed it but it still displays the same. I have even…
Developer technologies | Visual Studio | Debugging
como faço para manter o form padrao para todas versoes do windows em vb.net
como faço para manter o form padrão para todas versões do Windows em vb.net
Developer technologies | Visual Studio | Debugging
Visual Studio Development Certificates: Tricky Renewal
I created a .NET Core app with React (npm and vite.config) as front-end, using the menu of Visual Studio. I had a valid certificate until last September, so I had no problem in debugging and running. However, since that certificate expired, I can access…
Developer technologies | Visual Studio | Debugging
System.ComponentModel.Design.Serialization.CodeDomDesignerLoader
at System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.EnsureDocument(IDesignerSerializationManager manager) at System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager manager) at…
Developer technologies | Visual Studio | Debugging
VS Code on Windows 11 pops the 'Debugger Stopped" message when debugging Python 3.11.
When trying to debug python code in VS Code using a virtual environment, the "Debugger Stopped" message pops up. When I check the launch.json file, it looks ok. There is a debugpy in the type: parameter When I change that to python, the…
Developer technologies | Visual Studio | Debugging
Maui app output not showing in debugging
when running a Maui app in release mode the output is shown but the order of things is not as I expected so I go to debug to see why but when stepping on debug the label text is shown in the label variable but it not displayed on the android emulator…
Developer technologies | Visual Studio | Debugging
Double navigation bar when visual studion
I have reinstalled the visual studio 2022 and pulled the head branch which is working as expected in another device which is the same branch. After the reinstallation of visual studio, the project is running but showing the two navigation bar in the same…
Developer technologies | Visual Studio | Debugging
VSCode is freezing
About a week ago, VSCode started freezing on startup every time I launch the app, then give a "not responding" message a few seconds later. I've tried uninstalling and reinstalling about a half a dozen times and rebooting my device, but that…
Developer technologies | Visual Studio | Debugging
Remote Just-In-Time debugging C# app
Hi, I'm interested in doing "just in time" debugging on a remote computer. Is this possible? I have "Visual Studio 2022 Remote Debugger" installed and running on the client computer and can connect to it from Visual Studio on the host…
Developer technologies | Visual Studio | Debugging
Visual studio fordítás
Üdv. Körülbelül 2 hónapja használom a Visual Studio programot. Telepítve van a I dentifier ms-ceintl.vscode-language-pack-hu Version 1.48.3 Last Updated 2025-08-07, 13:43:48 Size 785.59KB A settings.json fileban benne van a "locale":…
Developer technologies | Visual Studio | Debugging
VS Code Debugger not working for python
I am experiencing debugging issue for my VS Code in WIN-10. It happened since weekend when I did OS restart . It was working fine before and I had launch.json configured too. Debugging was working fine. Any troubleshooting tips. It seems when I do…
Developer technologies | Visual Studio | Debugging
Developer technologies | Visual Studio | Other
How to target .NET Framework 4.0 in VS 2022 on Windows 11?
Working on some old projects targeting .NET Framework 4.0. I used VS 2022 to open the solution and was told to install 4.0 targeting pack. I can't find the download link on the dotnet website, nor the installation option in Visual Studio Installer. …
Developer technologies | .NET | .NET Runtime
Developer technologies | Visual Studio | Debugging
Windows for business | Windows Client for IT Pros | User experience | Other
Developer technologies | C#
Code coverage while debugging in Visual Studio
I am looking for a tool that can measure and show code coverage while I am debugging my application inside Visual Studio. Ideally, I’d like to be able to step through code in a debug session and see coverage information at the same time. I have been…
Developer technologies | Visual Studio | Debugging
Aspire in windows Not connecting to Docker Desktop on Mac M1
I have docker desktop running on Mac M1, and trying to connect to it from Visual Studio in Windows 11 inside Parallels. I am able to browse apps running in Docker from edge in windows with no issues. Aspire app out project is able to run the docker…
Developer technologies | Visual Studio | Debugging
Facing Problem In VS Code
Dear Team , I am not able to install python libraries like pandas , numpy and getting this error .. PS C:\Users\z0032wvy\Desktop\GOA_ISO> pip install pandas WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after…
Developer technologies | Visual Studio | Debugging
Data Lose on Publishing in Business Central 25
I am having an issue with publishing in Business central 25 app that is hosted in Saas. Whenever I publish from the VSCode, the app loses data for other tables and cues, except for Microsoft standard objects. All other tables and table extensions that…
Developer technologies | Visual Studio | Debugging
Creating WinUI in VS 2026, Difference between Blank App (Package) and Blank App (Package with WAPP)
I'm trying to get my first WinUI to compile and run in C# using the VS 2026 Insiders release. I'm running into some snags using the stock workloads. I have the WinUI application development workload checked, and even have Windows Universal CRT SDK…
Developer technologies | Visual Studio | Debugging
WinUI workload WinUI Blank App (Packaged with Windows Application Packaging) giving compile error when debugging
I'm trying to get a WinUI solution to compile and run in C# using the VS 2026 Insiders release. I'm running into some snags using the stock workload (WinUI Blank App (Packaged with Windows Application Packaging)). I created a new project using WinUI…