Languages

Menu
Sites
Language
There is no running GDBServer.

 

 

Hi,

I am newbi to Tizen and I have been trying to do the tutorials shown in the documentation. But I get this issue when I try to debug my program using the emulator

"There is no running GDBServer" and then the text below in the console window. I'm running Tizen upon windows 7. I have tried to google the issue but no luck does anybody have an idea?

 

Reading symbols from C:\Users\xxxx\workspace\HelloWorld\Debug\HelloWorld.exe...done.

To enable execution of this file add

add-auto-load-safe-path C:\Users\xxxx\workspace\HelloWorld\.gdbinit

line to your configuration file "$HOME/.gdbinit".

To completely disable this security protection add

set auto-load safe-path /

line to your configuration file "$HOME/.gdbinit".

For more information about this security protection see the

"Auto-loading safe path" section in the GDB manual. E.g., run from the shell:

info "(gdb)Auto-loading safe path"

 

warning: File "C:\Users\xxxx\workspace\HelloWorld\.gdbinit" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".

 

Best regards

Jakob

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

2 Replies
MooChang Kim
Hi Jakob. if your sample app includes 'privacy popup'. then this issue can happens. that popup will shows one time only. please try Run-as first and confirm about the popup and then retry Debug-as. Regards
Jakob Brixtofte
Hi Kim, So when I tried Run-as it worked and after that I tried Debug-as and I was able to debug my test app, even though I keep gettings some warnings but I will ignore them for now. Thanks for your help. best regards Jakob