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

相關文章
相關標籤/搜索