언어 설정

Menu
Sites
Language
Error trying to debug using Tizen Studio

I can launch my application from the Tizen Studio, hower I encounter an error while trying to debug it.

The error content is (please see the screenshot):

Cannot launch application with GDBClient.
Error in final launch sequence
Failed to execute MI command:
-target-select remote 127.0.0.2:26102
Error message from debugger back end:
127.0.0.2:26102: Operation timed out.
127.0.0.2:26102: Operation timed out.

Can anyone help resolve this error?

Thank you

답변 바로가기

Responses

6 댓글
Yasin Ali

Hi,

Check this link for detailed information
on debugging approaches, types, steps etc.
https://developer.tizen.org/development/training/native-application/application-development-process/debugging-applications

Hope it will help.

Dmitri G

Thanks for the reply.

I was following steps (1) in "Normal Debugging" and the description in "Attached Debugging" and was still getting the error (see screenshot attached)

It looks like the problem is with the remote address and port.

Can you please confirm the address/port are set up as expected, as seen from the screenshot?

Yasin Ali

I think you may try with static port setting instead of
dynamic one. Sometimes Tizen Studio can't work due to port blocking
from any previous port usage. Re-installing Tizen Studio at a different
directory and also keeping minimum distance between platform and devices
may help. Also check firewall setting if it was making this port blockage.

Dmitri G

Thanks for the advice.

In the Debug configuration, I set the IP address to be the same as in the Run configuration. Also, I tried several port numbers: 26100, 26101, 26102 (please refer to the screenshot).

None of the above worked. Strangely, after setting the port to 26101 it would change itself to 26102.

Do these port numbers make sense?

Mark as answer
Yasin Ali

I think you may try with Re-installing Tizen Studio at a different
directory.

Dmitri G

Thank you Yasin, updating Tizen Studio to 2.2 solved the problem, I can debug now.