zoukankan      html  css  js  c++  java
  • 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。

    ### 备注

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

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

  • 相关阅读:
    产品团队管理
    产品版本规划
    gitlab服务器IP调整后修改domian或ip
    Linux服务器性能分析与调优
    linux设置别名连接远程服务器
    Yaml文件
    Alias采样算法
    Graph embedding(2)----- DeepWalk、Node2vec、LINE
    python学习(32)---networkx
    python报错
  • 原文地址:https://www.cnblogs.com/jiftle/p/8372789.html
Copyright © 2011-2022 走看看