Я выполняю следующие шаги в этом документе: http://www.eclipse.org/sequoyah/documentation/native_debug.php
То же, что и эта проблема, ребята: http://www.eclipse.org/forums/index.php/m/724431/
Я просто изменил файл gdb.setup, чтобы он указывал на порт 5039 каки это то, что происходит.
Почему бы не найти оба символа отладки nu, И не удалось установить соединение?
Вот лог в затмении:
D:\ws\test\Project\obj\local\armeabi\gdb2.setup:1: Error in sourced command file:
Undefined command: "1set". Try "help".
(no debugging symbols found)
31-gdb-set confirm off
31^done
32-gdb-set width 0
(gdb)
32^done
33-gdb-set height 0
(gdb)
33^done
34-interpreter-exec console echo
(gdb)
34^done
35-gdb-show prompt
(gdb)
35^done,value="(gdb) "
36-gdb-set auto-solib-add on
(gdb)
36^done
37-gdb-set stop-on-solib-events 0
(gdb)
37^done
38-gdb-set stop-on-solib-events 1
(gdb)
38^done
39-target-select remote localhost:5039
(gdb)
&"localhost:5039: No connection could be made because the target machine actively refused it.\n"
localhost:5039: No connection could be made because the target machine actively refused it.
39^error,msg="localhost:5039: No connection could be made because the target machine actively refused it."
(gdb)
40-gdb-exit
40^exit