Showing archive results for 2024

Apr 12, 2024
Post comments count2
Post likes count4

MSVC Address Sanitizer adoption in .NET’s CoreCLR

Zachary Johnson
Zachary Johnson

Collaboration to improve the reliability and security of .NET, from the perspective of an MSVC Address Sanitizer Developer Introduction .NET (on GitHub) is a cross-platform, open-source, and general-purpose development platform with widespread adoption. A core component of .NET is the Core Common Language Runtime (CoreCLR), which provides service...

C++Diagnostics
Apr 10, 2024
Post comments count0
Post likes count3

Time Travel Debugging team uses Copilot Chat for C++

Sinem Akinci
Sinem Akinci

Ken Sykes and Juan Carlos Arevalo Baeza (JCAB) are both Principal Software Engineers who work on the Time Travel Debugging team at Microsoft, which is the team that maintains and develops the Windows Debugger (WinDbg) and related technologies. Their codebase is developed with C++ and CMake, and they primarily use Visual Studio Code for developing t...

C++Copilot
Apr 3, 2024
Post comments count3
Post likes count4

How Copilot is being used by the Time Travel Debugging team for repetitive C++ coding

Sinem Akinci
Sinem Akinci

Background  Ken Sykes and Juan Carlos Arevalo Baeza (JCAB) are both Principal Software Engineers who work on Time Travel Debugging at Microsoft. They are part of the team that maintains and develops the Windows Debugger (WinDbg) and related technologies. Their codebase is developed with C++ and CMake and they primarily use VS Code for day-to-day d...

C++Copilot
Apr 3, 2024
Post comments count0
Post likes count2

Pure Virtual C++ 2024 Sessions Announced

Sy Brand
Sy Brand

Pure Virtual C++ is our free one-day virtual conference for the whole C++ community. This year it will run on April 30th 15:00 UTC. Sign-up for free to get access to our five sessions on the day and a host of pre-conference content. Here is the list of sessions:

Pure Virtual C++Announcement
Mar 29, 2024
Post comments count0
Post likes count0

What’s New in vcpkg (March 2024)

Augustin Popa
Augustin Popa

This blog post summarizes changes to the vcpkg package manager as part of the 2024.03.19 and 2024.03.25 releases as well as changes to vcpkg documentation throughout March. This month’s vcpkg release includes an arm64ec platform expression, more flexibility when mixing static and dynamic libraries, diagnostics improvements, a change in the binary c...

C++Vcpkg
Mar 22, 2024
Post comments count8
Post likes count4

Improvements in Variable Visibility when Debugging

Terry Mahaffey
Terry Mahaffey

In Visual Studio 2022 17.10 Preview 2, we’re including a small quality-of-life improvement that results in the Watch/Locals window displaying local variables correctly for any arbitrary frames in the call stack in debug builds. To try it out, please install the recently released Preview. For more information, read on.  The problem: missing varia...

C++Backend
Mar 19, 2024
Post comments count0
Post likes count2

Sign Up for the free Pure Virtual C++ 2024 Conference

Sy Brand
Sy Brand

Every year we run Pure Virtual C++: a free one-day virtual conference for the whole C++ community. Next month we’re doing it again! Sign-up for free to get access to our five live sessions and a host of pre-conference content. The live event will start at April 30th 15:00 UTC. Videos will be available to stream for free on YouTube after the ...

Pure Virtual C++C++
Mar 13, 2024
Post comments count0
Post likes count3

Using Copilot Chat with C++ in VS Code

Sinem Akinci
Sinem Akinci

If you are a C++ developer who uses VS Code as your editor, Copilot Chat can help you with many of your everyday coding tasks by allowing you to iterate with your code in natural language. Download GitHub Copilot Chat To access GitHub Copilot and Copilot Chat, you will need an active subscription to GitHub Copilot. Chat features are available...

C++Visual Studio CodeCopilot
Feb 29, 2024
Post comments count1
Post likes count0

What’s New in vcpkg (February 2024)

Augustin Popa
Augustin Popa

This blog post summarizes changes to the vcpkg package manager as part of the 2024.02.14 release and changes to vcpkg documentation throughout February. This month’s vcpkg release was mainly minor bug fixes, while several new documentation articles were added. Some stats for this period:   vcpkg changelog (2024.02....

C++Vcpkg
Feb 21, 2024
Post comments count0
Post likes count5

MSVC Backend Updates since Visual Studio 2022 version 17.3

Bran Hagger
Bran Hagger

Since Visual Studio 2022 version 17.3, we have continued to improve the C++ backend with new features, improved support for arm64 and OpenMP, and new and improved optimizations across all architectures.

C++Backend