Showing results for Debugging - Visual Studio Blog

Aug 20, 2024
4

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 ...

Debugging and DiagnosticsVisual Studio 2022Debugging
Feb 28, 2023
39
3

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 ...

.NETVisual Studio 2022IntelliCode
Jan 11, 2023
8
12

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
1
0

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
9
1

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
2
0

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
6
0

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#
Oct 18, 2019
5
0

Java on Visual Studio Code October Update

Xiaokai He
Xiaokai He

Welcome to the October update of Java on Visual Studio Code! This month, we're bringing some new features for code navigation, code actions and refactoring, code snippet along with Java 13 support. There's also improvements in debugger, maven, checkstyle and Test Runner.

JavaDebuggingRefactoring
Sep 16, 2019
1
0

Java on Visual Studio Code September Update

Xiaokai He
Xiaokai He

September update for Java on Visual Studio Code. Including move refactoring, more code actions, live linting, new getting started experience and more updates for debugger and test runner extensions.

JavaGetting StartedDebugging
Aug 19, 2019
11
0

Find solutions faster by analyzing crash dumps in Visual Studio

Mark Downie
Mark Downie

When unexpected crashes occur in your managed application you are often left with little evidence of the issue; capturing and analyzing memory dumps may be your last best option. Thankfully Visual Studio is a great tool for analyzing your apps memory dumps! In this post we show you how easy it can be to resolve the issue using Visual Studio.

DebuggingDiagnostics