Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: SFML android port debugger  (Read 2586 times)

0 Members and 1 Guest are viewing this topic.

Kori

  • Newbie
  • *
  • Posts: 21
    • View Profile
SFML android port debugger
« 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:



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?