VS2015配置Linux开发远程调试

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

 

 

### 备注

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

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

 

posted @ 2018-01-28 22:55  jiftle  阅读(1061)  评论(0编辑  收藏  举报