How to do remote debugging with Eclipse CDT without gdbserver?

前端 未结 3 741
有刺的猬
有刺的猬 2020-12-09 05:24

We\'re using the Eclipse CDT 5 C++ IDE on Windows to develop a C++ application on a remote AIX host.

Eclipse CDT has the ability to perform remote debugging using g

3条回答
  •  执念已碎
    2020-12-09 05:34

    tried also to remotly debug an aix-appl with windows eclipse-cdt-gdb. Got blocked at the end with unix/windows path-problems. Maybe my result can help u a little further - maybe you already got it work. I'm interested in your comment. asked on eclipse news portal- following the answer of martin oberhuber (thanks again) tried dsp dd (also blocked with path problem) and set an request in eclipse bugzilla.

    here the link to news: http://www.eclipse.org/newsportal/article.php?id=406&group=eclipse.dsdp.tm Here my bugzilla: https://bugs.eclipse.org/bugs/show_bug.cgi?id=252758

    At the moment we still debug localy with xldb but I am trying ffffd-gdb at the moment. At least locally gdb is running.

提交回复
热议问题