Feed

Be-Mag: Reinventing the wheel, one spin at a time

Be-Mag is a rollerblading magazine founded in 1996 – one of the longest-running media companies in its niche. What started as a humble email newsletter evolved into a printed maga…
The post Be-Mag: Reinventing the wheel, one spin at a time appeared first on Hostinger Blog.
Feed

VisualStudio.Extensibility 17.11: Settings and more Remote UI support

We continue to invest in the VisualStudio.Extensibility SDK to allow users like you to create extensions that run faster and smoother than ever before! VisualStudio.Extensibility helps you build extensions that run outside the main Visual Studio IDE process for improved performance and reliability. Additional benefits include a sleek and intuitive .NET 8-based API and comprehensive, […]
The post VisualStudio.Extensibility 17.11: Settings and more Remote UI support appeared first on Visual Studio Blog.
Feed

Search scoping helps you find what you’re looking for

If you’re working on a large and complex solution, you might find yourself overwhelmed by the number of results when you use code search in Visual Studio. You might be looking for a specific class, method, or variable, but end up scrolling through pages of irrelevant matches. Wouldn’t it be nice if you could narrow […]
The post Search scoping helps you find what you’re looking for appeared first on Visual Studio Blog.
Feed

Break for Async User-Unhandled exceptions in the Visual Studio Debugger

Before .NET 9, the debugger was unable to track exceptions thrown from user-code async methods into non-user code framework methods, such as ASP.NET middleware. We are pleased to announce that you will now start seeing the debugger stop for these user-unhandled exceptions in your ASP.NET applications, as well as anywhere else this might happen! Summary […]
The post Break for Async User-Unhandled exceptions in the Visual Studio Debugger appeared first on Visual Studio Blog.
Feed

Supercharge C++ Debugging with AI-Generated breakpoint expressions

Have you ever spent hours debugging your C++ code, struggling to set up the right conditional breakpoint or tracepoint? Or wished for a smarter way to obtain detailed runtime information without manually crafting complex expressions? You’re in luck! With Visual Studio 2022, the latest GitHub Copilot feature now offers AI-generated expressions for both conditional breakpoints […]
The post Supercharge C++ Debugging with AI-Generated breakpoint expressions appeared first on Visual Studio Blog.
Feed