Showing results for Debugging - Visual Studio Blog

Mar 26, 2025
Post comments count0
Post likes count5

Debugging with the AI-powered IEnumerable visualizer

Junyu Wang
Junyu Wang

Are you tired of wrestling with complex LINQ queries during debugging? Visual Studio 2022 has introduced powerful new improvement, powered by AI, to simplify your workflow with its editable expression feature in the IEnumerable Visualizer. These added functionalities aim to make debugging more intuitive and efficient, helping you write and refine L...

CopilotDebugging
Jan 16, 2025
Post comments count0
Post likes count6

Our Favorite NEW Visual Studio Features of 2024

Jason Chlus James Montemagno
Jason,
James

Last year, the Visual Studio team delivered many new developer-focused improvements and AI integrations, many of which came directly from your feedback on Developer Community. In this post, we highlight the team’s favorite features from 2024 that boost productivity, streamline workflows, and enhance your coding experience. Let’s dive in! Ima...

ExtensionsProductivityGitHub Copilot
Nov 28, 2024
Post comments count0
Post likes count3

Transform your debugging experience with GitHub Copilot

Wendy Breiding (SHE/HER)
Wendy Breiding (SHE/HER)

Are your unit tests failing, and do you want to debug them more effectively? The latest feature in Visual Studio 2022, powered by GitHub Copilot, has the perfect solution for you. Introducing the Debug with Copilot button in Test Explorer, this feature takes the hassle out of debugging failed tests and gets you closer to passing tests in no time. ...

GitHub CopilotDebugging
Aug 20, 2024
Post comments count0
Post likes count4

New debugging and diagnostic features

Harshada Hole
Harshada Hole

Debugging and diagnostics are vital skills for any developer, but they can also be difficult and time-consuming to get proficient . That's why we've added some fantastic new features and enhancements to Visual Studio 2022 v17.11 that will help you find and resolve bugs faster and easier than ever before. Here are some of the highlights. Download th...

Debugging and DiagnosticsVisual Studio 2022Debugging
Feb 28, 2023
Post comments count39
Post likes count3

Try Visual Studio 2022 v17.6 Preview 1

Marian Luparu
Marian Luparu

The first Preview for Visual Studio 2022 17.6 is now available! This release expands on the recently released 17.5 version of Visual Studio and aims at enhancing your productivity whether you’re a .NET developer, a game developer, and/or a C++ developer. Why should you try the latest preview? Because it’s like living in the future – you get to t...

.NETVisual Studio 2022IntelliCode
Jan 11, 2023
Post comments count8
Post likes count12

Debugging Encoded Text

Mark Downie
Mark Downie

Validating encoded strings is a basic but important part of our debugging workflow these days. I cannot count the number of times I have found myself looking at a URL-encoded string only to be suddenly unsure how percentage signs are supposed to be represented? I have been a web developer for years, but I can never remember what the URL-encoded ...

Debugging
Jun 28, 2021
Post comments count1
Post likes count0

Gain +10 Debugging for Unity with Visual Studio

John Miller
John Miller

If you’re like me, you’ve probably searched through Debug.Log messages in the Unity console to find or fix a bug. Have you also asked if there was a better way? Follow along with our new video series and by the end we think you’ll be surprised at how a few simple debugging tools in Visual Studio can transform your workflow with Unity.

Visual StudioUnityDebugging
Apr 16, 2021
Post comments count9
Post likes count1

Managed Memory Dump Analyzers

Mark Downie
Mark Downie

With the release of Visual Studio 2019 16.9 you can try out our new managed memory dump analyzers to help you root cause the issues that plague your applications in production. We're excited for you to give it a try!

Debugging and DiagnosticsDebuggingDiagnostics
Sep 14, 2020
Post comments count2
Post likes count0

Disassembly improvements for optimized managed debugging

Mark Downie
Mark Downie

If you are focused on squeezing out the last bits of performance for your .NET service or application, you might choose to take advantage of JIT compiler optimizations. However, debugging optimized code can be a challenge. In this blog I’ll show you how the Disassembly Window can help you debug optimized code.

DebuggingDiagnostics
Dec 5, 2019
Post comments count6
Post likes count0

Pinnable Properties: Debug & Display Managed Objects YOUR Way

Leslie Richardson
Leslie Richardson

Want to quickly identify objects by more than just their type while debugging? You can now pin object properties to the top of your debugger displays using the new Pinnable Properties tool in Visual Studio 2019 16.4!

.NETDebugging and DiagnosticsC#