SFML community forums

Help => General => Topic started by: Kori on December 25, 2015, 09:04:04 pm

Title: SFML android port debugger
Post by: Kori on December 25, 2015, 09:04:04 pm
Hi,
i am trying to debug my android-sfml application by over two weeks using eclipse and GDB. In result console give me usually:

" warning: Could not load shared library symbols for 137 libraries, e.g. /system/bin/linker. Use the "info sharedlibrary" command to see the complete listing. Do you need "set solib-search-path" or "set sysroot"? warning: Unable to find dynamic linker breakpoint function. GDB will be unable to debug shared library initializers and track explicitly loaded dynamic code. Could not AssignProcessToObject"

or error like "cannot acces to memory 0x1" etc.. The debug process in debug view is tagged as <terminated> with status -1. Here is my configuration:

(http://iv.pl/images/54727799184537909207.png)

Does anyone here use eclipse and have working debugger? If yes then i will be very thankful if he/she post her debug configuration. Maybe you prefer other IDE for making sfml-android game with easier to handle debugger?