Showing tag results for Debugging and Diagnostics

Oct 11, 2017
Post comments count0
Post likes count0

Visual Studio 2017 Version 15.5 Preview

Christine Ruana

Today we are releasing the first preview of Visual Studio 2017 version 15.5. You can either download it, or if you already have Preview installed, you’ll receive a notification that the update is available. This latest preview contains new features, improvements to key fundamentals such as performance and productivity, and other enhancements to add...

.NETDebugging and DiagnosticsAzure
Oct 10, 2017
Post comments count0
Post likes count0

Visual Studio 2017 Version 15.4 Released

John Montgomery

Yesterday we released updates to several of our products: Visual Studio 2017 version 15.4, support for .NET Standard 2.0 in the Universal Windows Platform, and the release of Visual Studio for Mac version 7.2. This minor update contains new features and performance improvements as well as fixes for bugs reported by you. Some highlights are mentione...

.NETDebugging and DiagnosticsAzure
Oct 5, 2017
Post comments count0
Post likes count0

7 Hidden Gems in Visual Studio 2017

Anson Horton

I’ve been working on developer tooling for over 16 years, and I still love it when I find a new tip or trick that shaves seconds off a repetitive task. The set below are features that I see infrequently used but can save loads of time! Gem #1 - Expression Evaluator Format Specifiers The part of the debugger that processes the language being debug...

.NETDebugging and DiagnosticsJava
Sep 18, 2017
Post comments count0
Post likes count0

7 More Lesser-known Debugging Tactics for Visual Studio

Kaycee Anderson

So, you really liked learning about 7 Lesser Known Debugging Hacks for Visual Studio? Good news is that there is always more to learn! The Visual Studio debugger is an enchanting creature that can save you loads of time while finding and fixing issues in your application. It is bursting with tools that can make debugging easier… if you know they ex...

.NETDebugging and DiagnosticsVisual Studio 2017
Sep 13, 2017
Post comments count0
Post likes count0

Debug live apps in Azure with the Snappoints and Logpoints preview

Visual Studio Team

At Build, we introduced the Snapshot Debugger: a new tool that enables you to debug production environments in Azure with minimal impact. The Snapshot Debugger enables you to get to the root cause of the “but it worked locally!” production issues with ease. We previously released functionality to automatically capture snapshots when your app runs i...

.NETDebugging and DiagnosticsAzure
Aug 14, 2017
Post comments count0
Post likes count0

Visual Studio 2017 Version 15.3 Released

John Montgomery

Today we have several releases to talk about: there’s the release of Visual Studio 2017 version 15.3, the release of .NET Core 2.0, and a release of Visual Studio for Mac version 7.1. If you’d like to jump right in, download Visual Studio 2017 version 15.3, download .NET Core 2.0, and download Visual Studio for Mac. You can also access the latest V...

.NETDebugging and DiagnosticsC#
Jul 5, 2017
Post comments count0
Post likes count0

7++ reasons to move your C++ code to Visual Studio 2017

Visual Studio Team

Whether you are a full-time or occasional C++ developer, whether you are using an older Visual Studio version or are considering using Visual Studio for the first time, this blog post is for you. In this post I share seven reasons why Visual Studio 2017 should be your first choice of IDE for C++ development (to quickly jump to each section of th...

.NETDebugging and DiagnosticsJava
Jun 26, 2017
Post comments count2
Post likes count2

7 lesser known hacks for debugging in Visual Studio

Visual Studio Team

The Visual Studio debugger is a magical beast that can save you loads of time while finding and fixing issues in your application. It is chock-full of tools that can make debugging easier… if you know they exist, and where to find them! Let’s look at 7 lesser known goodies you can use to help you #SuperChargeYourDebugging. 1. Click to Set Next Stat...

.NETDebugging and DiagnosticsVisual Studio 2017
Jun 22, 2017
Post comments count0
Post likes count0

Hands on with Visual Studio for Mac

Visual Studio Team

Visual Studio for Mac was released just under two months ago at Build 2017, and already we’ve seen tremendous growth in .NET developers working on the Mac. Visual Studio for Mac enables you to build native apps for macOS, native mobile apps for iOS, tvOS, watchOS, and Android, using Xamarin and Xamarin.Forms; and web sites and services using ASP.NE...

.NETDebugging and DiagnosticsASP.NET
May 12, 2017
Post comments count0
Post likes count0

A Lap Around Python in Visual Studio 2017

Visual Studio Team

We’re delighted to announce that our rich Python toolchain is fully available in Visual Studio 2017. Installation of Python tools, interpreters, runtimes, and numerous other features are directly integrated into the Visual Studio 2017 installer. Just select the Python development or Data science and analytical applications workloads, both of which ...

.NETDebugging and DiagnosticsJava