Posts by this author

Sep 9, 2021
6
0

The Future of Visual Studio Extensibility is Here!

Visual Studio 2022 seeks to greatly improve your overall development experience, and we're moving forward with that journey in improving VS extension writing and usage today!  We have several exciting extensibility updates that are either available now or on the horizon, so let's check them out!

Visual StudioExtensionsVisual Studio 2022
Oct 28, 2020
29
0

The Future of Visual Studio Extensions

As we continue improving Visual Studio and expanding to the cloud, let's talk about our upcoming plans to improve the ways we write and use extensions.

.NETVisual StudioC#
Jun 15, 2020
2
0

Debugging Async Code: Parallel Stacks for Tasks

Want a visual depiction of how your async code is executing in Visual Studio? Check out the newly updated Parallel Stacks for Tasks window!

.NETVisual StudioDebugging and Diagnostics
Jun 11, 2020
5
1

How Do I Debug Async Code in Visual Studio?

Debugging async code is challenging. Let's explore some Visual Studio tools that can help you debug your async programs easier!

.NETVisual StudioDebugging and Diagnostics
Jun 10, 2020
20
2

How Do I Think About Async Code?!

What's asynchronous code? When and why should you use it? Check out this introduction to asynchronous code and how you can apply it to your future programs!

.NETVisual StudioDebugging and Diagnostics
Dec 5, 2019
6
0

Pinnable Properties: Debug & Display Managed Objects YOUR Way

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#
Jun 10, 2019
12
1

Customize object displays in the Visual Studio debugger YOUR way

Did you know that you can view objects by more than just their types in the Watch, Autos, and Locals windows? Learn how you can customize your object views in debugger windows using DebuggerDisplay and Natvis!

Visual StudioDebugging and DiagnosticsC#
Feb 12, 2019
4
1

Break When Value Changes: Data Breakpoints for .NET Core in Visual Studio 2019

“Why is this value changing unexpectedly and where or when is this occurring?!” This is a question many of us dread asking ourselves, knowing that we'll have to do some tedious trial-and-error debugging attempting to locate the source of this issue.  For C++ developers, the exclusive solution to this problem has been the data breakpoint, a debuggin...

.NETDebugging and DiagnosticsVisual Studio 2019
Jan 28, 2019
2
0

Enhanced in Visual Studio 2019: Search for Objects and Properties in the Watch, Autos, and Locals Windows

Are you inspecting many variables at once in the Locals window? Tired of constantly scrolling through the Watch window to locate the object you are currently interested in? New to Visual Studio 2019, you can now find your variables and their properties faster using the new search feature found in the Watch, Autos, and Locals windows!

Visual StudioDebugging and DiagnosticsVisual Studio 2019