语言

Menu
Sites
Language
Debug service application

Hello!

I'm trying to debug sample HybridWebApp with HybridService on Tizen Studio 1.2. But I can't stop at breakpoint in service app

 
I right-click the project and select Debug As > Tizen Web application. After that I get this messages:
"Service application will be debugged when the breakpoint is hit"

and then:
"Cannot launch application with GDBServer.

The application (hHgQy4LB6M) is not running on emulator-26101"

After that app runs and works fine except it doesn't stop at breakpoints I set in service application.
I can't understand how to attach service app to GDBServer. Could you help me with this problem?
 
In the Tizen Studio log file (/Users/User/tizen-studio-data/ide/logs/ide-20170927_135855.log)
 there's the only message about this: "[2017.09.27 15:38:39][ERROR] TizenAttachDelegate.java(154) - Could not check the application is running or not."

响应

2 回复
Fedor Kozlov

It seems I can attach image there

André Reus

Facing same problem for a long time. I have not found any direct solution for this. But i can share a workaround for you which helped me in my cases. I used a lot of log where i need to debug my native service app. This may help you.