无法建立与 LLDB(Tizen 和 Visual Studio)的连接

发布于 2025-01-10 11:45:06 字数 1873 浏览 1 评论 0原文

当我尝试在安装似乎完成后从 VS 运行基本的 .NET 应用程序到真实设备时(显示安装进度的模式),我在新模式中出现以下错误

无法开始调试。无法建立与 LLDB 的连接。 以下消息已写入 stderr:已关闭。查看输出窗口 了解详情。

输出调试为:

Starting: "D:\Installations\tizen-studio\tools\sdb.exe"  -s
192.168.15.10:26101 shell 0 vs_lldblaunch
"D:\Installations\tizen-studio\tools\sdb.exe" exited with code 0 (0x0).

输出构建为:

========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

输出 Tizen 是

<<< Start debugging "org.tizen.example.HelloWorld" (secure protocol) >>>
Try to terminate running application: org.tizen.example.HelloWorld
Application is not running: 1 
Launching org.tizen.example.HelloWorld 
'org.tizen.example.HelloWorld' is dependent on 'org.tizen.example.HelloWorld-1.0.0.tpk'. 
...successfully launched 
home/abuild/rpmbuild/BUILD/sdbd-plugin-3.4.0/src/lldb_server_launcher.cpp::main():AttachZone failed

我的环境:

Tizen

  • Tizen Studio:4.5.1
  • Tizen SDK 工具:2.8.6
  • BASELINE_SDK_VERSION=2.0.0
  • TIZEN_SDK_VERSION=4.5.1

VS

  • Microsoft Visual Studio Community 2019:版本10.10.16
  • 在我的项目中 API 版本:4.0

设备

  • 真实设备: SSB-SS08NT2(三星电视)
  • platform.version = 4.0

如果我:

Tizen Studio 运行 Web 应用程序模拟器中: WORKS

Tizen Studio 运行 Web 应用程序真实设备WORKS

运行 >.NET 应用程序 来自VS 进入模拟器WORKS

VS 运行 .NET 应用程序进入真实设备引发上述错误

在尝试了几天的多种解决方案并将设备恢复出厂设置后,重新安装 VS,甚至安装 VS Code 并尝试在那里。我遇到了同样的错误 有谁知道有什么问题吗?

When Im trying to run a basic .NET app from VS into a real device after the installation seems to be completed(a modal with the progress installation is shown) I go the below error in a new modal

Unable to start debugging. Unable to establish a connection to LLDB.
The following message was written to stderr: closed. See Output Window
for details.

And the output debug is:

Starting: "D:\Installations\tizen-studio\tools\sdb.exe"  -s
192.168.15.10:26101 shell 0 vs_lldblaunch
"D:\Installations\tizen-studio\tools\sdb.exe" exited with code 0 (0x0).

The output build is:

========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

The output Tizen is

<<< Start debugging "org.tizen.example.HelloWorld" (secure protocol) >>>
Try to terminate running application: org.tizen.example.HelloWorld
Application is not running: 1 
Launching org.tizen.example.HelloWorld 
'org.tizen.example.HelloWorld' is dependent on 'org.tizen.example.HelloWorld-1.0.0.tpk'. 
...successfully launched 
home/abuild/rpmbuild/BUILD/sdbd-plugin-3.4.0/src/lldb_server_launcher.cpp::main():AttachZone failed

My environment:

Tizen

  • Tizen Studio: 4.5.1
  • Tizen SDK Tools: 2.8.6
  • BASELINE_SDK_VERSION=2.0.0
  • TIZEN_SDK_VERSION=4.5.1

VS

  • Microsoft Visual Studio Community 2019: Version 16.11.10
  • In my project the API Version: 4.0

Device

  • Real device: SSB-SS08NT2(Samsung TV)
  • platform.version = 4.0

If I:

Run a Web App from Tizen Studio into the emulator: WORKS

Run a Web App from Tizen Studio into the real device: WORKS

Run a .NET App from VS into the emulator: WORKS

Run a .NET App from VS into the real device: LAUNCHES THE ABOVE ERROR

After trying many solutions for a couple days and a factory reset to the device, reinstall VS and even install VS Code and trying there. Im getting the same error
Does anyone know whats the problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文