vs2015 linux远程调试器,VS2015配置Linux开发远程调试

2023-05-16

# VS2015配置Linux开发远程调试

### 简介

-----------------------------

vs2015支持跨平台开发

### 软件环境

-----------------------------

- VS2015 update3

- Visual C++ for Linux Development(VC_Linux.exe)

### 安装步骤

-----------------------------

- 安装VS2015 update3版本(直接按照后就是VS2015,不是补丁)

- 安装VC_Linux.exe扩展

下载地址:

https://marketplace.visualstudio.com/items?itemName=VisualCPPTeam.VisualCforLinuxDevelopment

With this extension you can author C++ code for Linux servers, desktops and devices. You can manage your connections to these machines from within VS. VS will automatically copy and remote build your sources and can launch your application with the debugger. Our project system supports targeting specific architectures, including ARM.

使用这个扩展你能够为linux服务器,桌面电脑,设置开发c++代码。你能够管理vs连接到其他linux机器。vs自动的拷贝和远程扁你你的源码并且运行你的程序通过调试器。我们的工程系统支持特定体系的目标,包括ARM。

20180128235736788951.png

20180128235736930558.png

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

vs2015 linux远程调试器,VS2015配置Linux开发远程调试 的相关文章

随机推荐