Showing results for Debugging and Diagnostics - Visual Studio Blog

Jan 28, 2019
Post comments count2
Post likes count0

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

Leslie Richardson
Leslie Richardson

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
Sep 13, 2018
Post comments count0
Post likes count0

How can I pause my code in Visual Studio? Breakpoints FAQ

Leslie Richardson
Leslie Richardson

Have you ever found a bug in your code and wanted to pause code execution to inspect the problem? This blog post showcases the various kinds of breakpoints that can be used to accomplish this task in Visual Studio 2017.

Debugging and DiagnosticsVisual Studio 2017C#
Aug 14, 2018
Post comments count0
Post likes count1

Visual Studio 2017 version 15.8

John Montgomery
John Montgomery

Today we are releasing Visual Studio 2017 version 15.8. In this version we have focused on productivity, performance and bug fixes. There are many new features you‘ll find useful, but in this post, I’ll underscore the highlights you may be most interested in. For the complete list of all the updates in today’s release, check out the Visual Studio 2...

.NETDebugging and DiagnosticsJava
Jul 31, 2018
Post comments count0
Post likes count0

How to Convince Your Management to Upgrade to Visual Studio 2017 for C# and C++ Developers

Kasey Uhlenhuth
Kasey Uhlenhuth

Visual Studio 2017 is our best IDE yet. To help you write great code, it’s packed with new Refactorings and Quick Actions, and offers unit testing, debugging, navigation, and code style improvements. It loads solutions faster than ever, and ships with C# 7.3 and the MSVC compiler toolset that conforms to the latest C++ standards.

.NETVisual StudioDebugging and Diagnostics
Jul 16, 2018
Post comments count0
Post likes count0

Azure Service Fabric Mesh tools now available for Visual Studio 2017

Cristy Gonzalez
Cristy Gonzalez

Azure Service Fabric is a market-tested distributed systems platform for running scalable and reliable applications on microservices and containers. Up until now, Service Fabric required you to create and manage the clusters and their nodes using virtual machine scale sets. With today’s announcement of Azure Service Fabric Mesh, you’ll be able to u...

Visual StudioDebugging and DiagnosticsAzure
Jul 9, 2018
Post comments count0
Post likes count0

Announcing the public preview of Azure Dev Spaces

Balan Subramanian
Balan Subramanian

Today, we are excited to announce the public preview of Azure Dev Spaces, a cloud-native development experience for Azure Kubernetes Service (AKS), where you can work on your applications while always staying connected with the cloud and your team. Over the last year, we have spoken to many developers working in different languages and platforms wh...

.NETVisual StudioDebugging and Diagnostics
May 24, 2018
Post comments count1
Post likes count0

Snapshots on Exceptions while debugging with IntelliTrace

Deborah Chen
Deborah Chen

Have you ever encountered an exception in your application while debugging, and wanted to know exactly what the state of the app was at that point in time? With a new feature in IntelliTrace, you can! Learn how to use IntelliTrace's new snapshots on exceptions feature, which enables you to go back to a previous exception event and see the state of ...

.NETDebugging and DiagnosticsASP.NET
May 10, 2018
Post comments count0
Post likes count0

Visual Studio and Unity 2018.1, even better together

Jb Evain
Jb Evain

The Visual Studio team is excited about the Unity 2018.1 release: It's the start of a new release cycle packed with great new features like the Scriptable Render Pipeline and the C# Job System. You can read the full blog post by Unity for all the details on what’s new in the 2018.1 release. First and foremost, we're thrilled Unity chose Visual S...

.NETDebugging and DiagnosticsUnity
May 8, 2018
Post comments count2
Post likes count0

Hyper-V Android emulator support

Visual Studio Team
Visual Studio Team

Today, at Build 2018, we announced a preview of the Google Android emulator that’s compatible with Hyper-V, available on the Windows 10 April 2018 Update. This enables developers with Hyper-V enabled on their machines to use a hardware accelerated Android emulator, without needing to switch to Intel’s HAXM hypervisor. Amazing work was done by the W...

.NETDebugging and DiagnosticsVisual Studio 2017
May 7, 2018
Post comments count0
Post likes count0

Microsoft Build 2018: New releases for Visual Studio, Visual Studio for Mac, .NET Core and Xamarin.Forms

Julia Liuson
Julia Liuson

At Microsoft Build this year we have many exciting announcements - .NET Core 2.1 RC, Future of Windows Desktop Development, Visual Studio 2017 version 15.7, Visual Studio for Mac version 7.5, Xamarin Forms 3.0 General Availability, Visual Studio Live Share Public Preview, and we introduce Visual Studio IntelliCode.

.NETVisual StudioDebugging and Diagnostics