Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-dev] How to write plugin to add debugger

hi Alex,
there's a good article describing high-level concepts of Eclipse debugger APIs at http://www.eclipse.org/articles/Article-Debugger/how-to.html
For C/C++ tooling related questions I would ask on cdt mailing list (cdt-dev@xxxxxxxxxxx) or newsgroup.

cheers

Jacek


On Mon, Jun 7, 2010 at 8:47 AM, Alexander Anisimov <alenyashka@xxxxxxxxx> wrote:
Hi all,

I have a toolchain for developing applications for ARM. I have already figured out how to connect the compiler and linker to the eclipse. Now I would like to attach a debugger.
Now, when debugging, I use the configuration "C/C + + Application". On "Debugger" tab I choose the "gdbserver Debugger" and in the line "GDB Debugger" enter the path to my debugger.

How can I add my debugger (ex. "ARM Debugger") which will inherit the "gdbserver Debugger" and change the path?
How can I create my own (ex. "ARM C/C++ Application") which will inherit the "C/C + + Application" and set "ARM Debugger" as default for "ARM C/C++ Application" configuration?

Thanks in advance

--
--
.''`.  With best regards,
: :' : Alexander Anisimov
`. `'  Debian - when you have better things to do than fixing systems
  `- 

_______________________________________________
pde-dev mailing list
pde-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-dev



Back to the top