News

New Visual Studio 2017 Preview Round Starts, Improving Debugging, More

Just one day after Visual Studio 2017 15.4 graduated into production, Microsoft announced a new preview round: v15.5.

One focus of the new preview is debugging, with the introduction of IntelliTrace "step back" capability that lets developer traverse backward through a series of snapshots that are generated for each breakpoint that was set.

The debugging of live Azure App Service projects is also enhanced with the introduction of Snappoints and Logpoints.

With little impact to end users visiting the site, Microsoft said, Snappoints capture a snapshot of an app's state while it runs, while Logpoints enable devs to insert new on-the-fly logging statements in an app.

Under the performance category, Microsoft listed: quicker loading of large .NET C# and Visual Basic solutions; better quality of generated C++ code; other compiler optimizations; and more.

Productivity is said to be enhanced through various means for: C# (new quick actions and code suggestions); ASP.NET Web apps (rearranged project creation menu items to improve discoverability); Team Explorer Git functionality; and more.

Step-Back Debugging in Action
[Click on image for larger animated GIF.] Step-Back Debugging in Action (source: Microsoft).

Other improvements concern connected services such as WCF client code generation for .NET Core-based projects and easier installation of Connected Service Providers for Azure Storage.

The Xamarin Live Player functionality for developing cross-platform mobile apps is also getting some attention, with the ability to see XAML UI updates instantaneously on a device as developers type -- or switch between XAML documents in the IDE.

One new feature sure to annoy at least some developers is the introduction of colorful icons. "Based on feedback, we re-introduced colorized icons to the toolbox and view menu," Microsoft said in a blog post yesterday. "This change will help you be better able to swiftly scan and identify the function you need. The use of color within function icons especially important for dense, high complexity apps like Visual Studio that make extensive use of iconography in the UI." Typically, any changes to the Visual Studio UI that concern colors, icons, typography or just about anything else are met with heated resistance from some finicky coders.

More information on all of these changes and others can be seen in the release notes.

About the Author

David Ramel is an editor and writer for Converge360.

comments powered by Disqus

Featured

  • GitHub Expands Copilot Enterprise Search in Visual Studio and VS Code

    GitHub supercharged search for its Copilot Enterprise AI assistant in both Microsoft's Visual Studio IDE and Visual Studio Code so developers can now get results from well beyond local codebases, including the internet.

  • What's New in TypeScript 5.5, Now Generally Available

    Microsoft shipped the latest iteration of its type-infused superset of JavaScript, TypeScript 5.5, introducing inferred type predicates, control flow narrowing, JSDoc @import and other enhancements.

  • GitHub Copilot for Azure Gets Preview Glitches

    This reporter, recently accepted to preview GitHub Copilot for Azure, has thus far found the tool to be, well, glitchy.

  • New .NET 9 Templates for Blazor Hybrid, .NET MAUI

    Microsoft's fifth preview of .NET 9 nods at AI development while also introducing new templates for some of the more popular project types, including Blazor Hybrid and .NET MAUI.

  • What's Next for ASP.NET Core and Blazor

    Since its inception as an intriguing experiment in leveraging WebAssembly to enable dynamic web development with C#, Blazor has evolved into a mature, fully featured framework. Integral to the ASP.NET Core ecosystem, Blazor offers developers a unique combination of server-side rendering and rich client-side interactivity.

Subscribe on YouTube