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."