Showing tag results for Debugging and Diagnostics

Sep 22, 2020
Post comments count10
Post likes count0

New Features in Visual Studio 2019 v16.8 Preview 3.1

Jacqueline Widdis
Jacqueline Widdis

Visual Studio 2019 v16.8 Preview 3.1 gives you improvements in Git Integration, C++20 conformance, .NET Productivity, Web Tools, and XAML . Plus, you can sign-up for our new Visual Studio Codespaces.

.NETVisual StudioDebugging and Diagnostics
Jul 15, 2020
Post comments count3
Post likes count0

Viewing Managed COM Objects Through Native Pointers

Mark Downie
Mark Downie

If you are a developer who is curating a successful .NET project using COM interop, then our latest preview of Visual Studio is for you (Download 16.7 Preview 3). This feature automatically decodes managed COM objects referenced by native pointers allowing you to fully inspect values in the Locals window.

.NETDebugging and DiagnosticsCOM
Jun 15, 2020
Post comments count2
Post likes count0

Debugging Async Code: Parallel Stacks for Tasks

Leslie Richardson
Leslie Richardson

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
Post comments count5
Post likes count1

How Do I Debug Async Code in Visual Studio?

Leslie Richardson
Leslie Richardson

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
Post comments count20
Post likes count2

How Do I Think About Async Code?!

Leslie Richardson
Leslie Richardson

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
May 19, 2020
Post comments count33
Post likes count0

Releasing Today! Visual Studio 2019 v16.6 & v16.7 Preview 1

Jacqueline Widdis
Jacqueline Widdis

Visual Studio 2019 version 16.6 is generally available today along with version 16.7 Preview 1. Check out our newest features in C++, .NET Productivity, Git Integration, and XAML. Plus, sign-up to try VS Codespaces.

.NETVisual StudioDebugging and Diagnostics
Apr 28, 2020
Post comments count3
Post likes count0

Exception Helper – Rethrown Exceptions

Andy Sterland
Andy Sterland

Ever had a bug in an async method that caused an exception? Been frustrated that the debugger doesn't show you where that exception happened? Or been frustrated when looking at an exception that has an inner exception, but the debugger doesn't easily show you where that exception was from? Starting from the Visual Studio 2019 16.5 release, the exce...

Debugging and DiagnosticsDiagnosticsexception
Mar 26, 2020
Post comments count19
Post likes count1

Visual Studio 2019 version 16.6 Preview 2 Brings New Features Your Way

Jacqueline Widdis
Jacqueline Widdis

Visual Studio 2019 version 16.6 Preview 2 releases today with several new features to help developer productivity. Check out our improved Git integration, .NET Productivity features, plus so much more!

.NETDebugging and DiagnosticsJavaScript
Mar 16, 2020
Post comments count28
Post likes count0

Visual Studio 2019 version 16.5 is now available

Jacqueline Widdis
Jacqueline Widdis

Visual Studio 2019 version 16.5 and 16.6 Preview 1 are available today. Included in this release are updates in .NET Productivity, .NET Mobile development, C++, and debugging.

.NETVisual StudioDebugging and Diagnostics
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#