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