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

  • Full Stack Hands-On Development with .NET

    In the fast-paced realm of modern software development, proficiency across a full stack of technologies is not just beneficial, it's essential. Microsoft has an entire stack of open source development components in its .NET platform (formerly known as .NET Core) that can be used to build an end-to-end set of applications.

  • .NET-Centric Uno Platform Debuts 'Single Project' for 9 Targets

    "We've reduced the complexity of project files and eliminated the need for explicit NuGet package references, separate project libraries, or 'shared' projects."

  • Creating Reactive Applications in .NET

    In modern applications, data is being retrieved in asynchronous, real-time streams, as traditional pull requests where the clients asks for data from the server are becoming a thing of the past.

  • 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.

Subscribe on YouTube