Cannot launch application with GDBClient – Tizen Studio Debugger Message
Cannot launch application with GDBClient – Tizen Studio Debugger Message
BY 06 Oct 2019SDK & IDE
I am working on a Hybrid App (Web UI with Native Service) of API version 4.0 for my Gear S3 Frontier. After successful compilation of the App, In order to track the cause of application crash, when I launch it on emulator W-4.0-circle-x86-preview in debug mode, it gives an error message.
Error Message:
Cannot launch application with GDBClient.
Error in final launch sequence
Failed to execute MI command:
source G:\ComputerScience\AppDevelopment\MyApp\GalaxyWatchApp\MyApp\NativeService\Debug\.gdbcommand
Error message from debugger back end:
G:\ComputerScience\AppDevelopment\MyApp\GalaxyWatchApp\MyApp\NativeService\Debug\.gdbcommand:5: Error in sourced command file:\nG:ComputerScienceAppDevelopmentMyAppGalaxyWatchAppMyAppNativeServiceDebugMyAppservice: No such file or directory.
G:\ComputerScience\AppDevelopment\MyApp\GalaxyWatchApp\MyApp\NativeService\Debug\.gdbcommand:5: Error in sourced command file:\nG:ComputerScienceAppDevelopmentMyAppGalaxyWatchAppMyAppNativeServiceDebugMyAppservice: No such file or directory.
GDB Command File Contents:
set sysroot C:\Tizen\TizenStudio\tizen-studio\platforms\tizen-4.0\wearable\rootstraps\wearable-4.0-emulator.core
set debug-file-directory C:\Tizen\TizenStudio\tizen-studio\platforms\tizen-4.0\wearable\rootstraps\wearable-4.0-emulator.core\usr\lib\debug
set solib-search-path G:\ComputerScience\AppDevelopment\MyApp\GalaxyWatchApp\MyApp\NativeService\Debug
dir C:\Tizen\TizenStudio\tizen-studio\platforms\tizen-4.0\wearable\rootstraps\wearable-4.0-emulator.core\usr\src\debug
file "G:\ComputerScience\AppDevelopment\MyApp\GalaxyWatchApp\MyApp\NativeService\Debug\MyAppservice"
sharedlibrary
During the web search I found some of the GDBClient errors but couldn’t find the solution to this one. I’ve also tried setting the path ofGDB Debuggertoi386-linux-gnueabi-gdb-7.8andGDB Command Fileto theabsolutepath of .gdbcommand which should be run.
Cannot launch application with GDBClient – Tizen Studio Debugger Message
I am working on a Hybrid App (Web UI with Native Service) of API version 4.0 for my
Gear S3 Frontier
. After successful compilation of the App, In order to track the cause of application crash, when I launch it on emulator W-4.0-circle-x86-preview in debug mode, it gives an error message.Error Message:
GDB Command File Contents:
During the web search I found some of the
GDBClient
errors but couldn’t find the solution to this one. I’ve also tried setting the path ofGDB Debugger
toi386-linux-gnueabi-gdb-7.8
andGDB Command File
to the absolute path of .gdbcommand which should be run.BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio