【问题标题】:Remote debugging with VS2015VS2015远程调试
【发布时间】:2015-07-22 07:07:29
【问题描述】:

我正在尝试关注these steps,了解如何使用 VS 调试 linux 应用程序。

我遇到的问题是在第 8 步,它包括 VS 无法找到命令“Debug.GDBLaunch”。

我正在运行 VS 版本 14.0.23107.0 D14REL,并且安装了 Visual C++ Cross Platform Mobile Development 1.0。

我还缺少其他要求吗?如果没有,有什么问题?

【问题讨论】:

  • 您得到的确切错误是什么?
  • @DenDelimarsky:命令“Debug.GDBLaunch”无效

标签: visual-studio-2015


【解决方案1】:

我使用 Debug.MIDebugLaunch 命令取得了成功。请看https://github.com/Microsoft/MIEngine/wiki/Start-debugging-other-platforms-using-the-MIEngine

【讨论】:

  • 试过了,但它似乎在“初始化调试器”上永远循环。有什么想法吗?
  • @user1233963 尝试使用以下选项文件:schemas.microsoft.com/vstudio/MDDDebuggerOptions/2014" MIDebuggerPath="gdb.exe" MIDebuggerServerAddress="localhost:1234"> 。它对我有用,而不是 TcpLaunchOptions。
猜你喜欢
  • 2016-10-07
  • 2023-03-06
  • 2017-06-03
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2012-11-17
  • 1970-01-01
相关资源
最近更新 更多