Languages

Menu
Sites
Language
Unable to start debugging. Unable to start connection to LDDB when deploying to wearable 3.0

When deploying to Wearable 3.0 on emulator, when using Visual Studio 2017. The message Unable to start debugging. Unable to start connection to LDDB. Debug output may contain more information.

The same error is shown when trying to deploy to real device (Gear Sport). The ouput console in Visual Studio shows the following messages. Please note that this issue is on Wearable version 3, when deploying to emulator for wearable 4.0 the error is not shown.  

Starting: "C:\dev\tizen\tools\sdb.exe"  -s emulator-26101 shell sh -c 'launch_app org.tizen.example.Pathlogger.Tizen.Wearable   __AUL_SDK__ LLDB-SERVER __DLP_DEBUG_ARG__ g,--platform=host,*:1234,-- CORECLR_GDBJIT Pathlogger.dll,Pathlogger.Tizen.Wearable.dll;/home/owner/share/tmp/sdk_tools/lldb/bin/lldb-mi'
... launch failed
sh: /home/owner/share/tmp/sdk_tools/lldb/bin/lldb-mi: No such file or directory
"C:\dev\tizen\tools\sdb.exe" exited with code 0 (0x0).

 

Is there a workaround when using wearable 3.0

Kind Regards

/Björn

View Selected Answer

Responses

4 Replies
Mark as answer
John Ixion

hello,

 

afaik .NET works only with Tizen 4 atm

Stenlund

That explains it, thank you.

Joerg Schaum

I got this message too!

Basically, what you say, .NET for Tizen is not useful for developing and debugging for wearables, cause there are no devices with Tizen 4 out yet. My Gear Sports has Tizen 3.x, my Gear S3 F is still on Tizen 2.x . Any solutions to deploy to device using command line or other tools?

 

 

Armaan-Ul- Islam

As long as the device don't run on Tizen 4.0 or higher, You wont be able to deploy Tizen.NET applications on real device using any means: IDE or command line tools. So yes, For now you have to deploy on emulators only. Need to wait untill any wearable device running on Tizen 4.0  is available on the market.