无法建立与 LLDB(Tizen 和 Visual Studio)的连接
当我尝试在安装似乎完成后从 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论