News

Faster Visual C++ for Linux 1.0.5

It appears to be an incremental update, but the new features make all the difference when it comes to speed.

It might seem like the newest release of Visual C++ for Linux extension is an incremental update, but the new features make all the difference when it comes to better performance. New is a Makefile project template that supports external builds, more refined remote file copy management, compiler commands that can be overridden, and a slew of debugging improvements.

The changes come on the heel of a major release of the extension back in March, feature details of which you can find here (that link is worth reading, as it also provides a sample Linux build using the extension).

The Visual C++ for Linux extension is aimed at C++ developers who want to write code targeting Linux servers, desktops and devices. Developers can manage connections within the VS environment, copy and remote build sources and then launch an application with the debugger.

With the dot release, the new Makefile project template supports the use of external build systems: make, gmake, CMake, bash script, and others. From the C++ property pages, you set up IntelliSense paths, then add semicolon-separated commands on the property page to start the remote build.

New remote file copy management capabilities gives developers the ability "to specify at the file and project level whether or not a file should be remotely copied," notes Marc Goodner, a Microsoft senior program manager, in a blog. "This means you can use your existing build mechanisms just by mapping your existing sources locally and adding them to your project for editing and debugging."

Another new feature is the ability to override compiler commands on the remote machine straight from the Property Pages. "That will enable you to point to specific versions of GCC if needed or even point to an alternate compiler like clang," explains Goodner.

And finally, there are a slew of new debugging improvements: new gdb mode, ability to override debugger command, support for additional gbd commands that can be passed to the debugger, to name a few.

To view a comprehensive list of new features and enhancements since March, see the end of Goodner's blog for a feature history.

About the Author

Michael Domingo is a long-time software publishing veteran, having started up and managed several developer publications for the Clipper compiler, Microsoft Access, and Visual Basic. He's also managed IT pubs for 1105 Media, including Microsoft Certified Professional Magazine and Virtualization Review before landing his current gig as Visual Studio Magazine Editor in Chief. Besides his publishing life, he's a professional photographer, whose work can be found by Googling domingophoto.

comments powered by Disqus

Featured

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

  • What's New for Python, Java in Visual Studio Code

    Microsoft announced March 2024 updates to its Python and Java extensions for Visual Studio Code, the open source-based, cross-platform code editor that has repeatedly been named the No. 1 tool in major development surveys.

Subscribe on YouTube