VS2015配置Linux开发远程调试

# VS2015配置Linux开发远程调试linux


### 简介
-----------------------------
vs2015支持跨平台开发c++


### 软件环境
-----------------------------
- VS2015 update3
- Visual C++ for Linux Development(VC_Linux.exe)服务器


### 安装步骤
-----------------------------
- 安装VS2015 update3版本(直接按照后就是VS2015,不是补丁)
- 安装VC_Linux.exe扩展app

 

下载地址:ui

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

 

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。debug

 

 

### 备注调试

--------------------------------------------------------code

调试时,查看字符串变量值的内容特别慢,不推荐使用。server

相关文章
相关标签/搜索