Author Topic: Need GDB component to write debugger editor.  (Read 2365 times)

Zaher

  • Hero Member
  • *****
  • Posts: 683
    • parmaja.org
Need GDB component to write debugger editor.
« on: October 11, 2015, 07:17:28 pm »
I am working on my own editor MiniEdit that have PHP debugger using XDebug protocol, it is stable at that, but i want to add Pascal compiling/debugging using GDB

Is there any component or good lib that allow me to control debugging in my editor?
Or is any idea to make my editor debug a pascal program?

Thanks in advance

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 12648
  • Debugger - SynEdit - and more
    • wiki
Re: Need GDB component to write debugger editor.
« Reply #1 on: October 11, 2015, 10:36:12 pm »
Only the code that is in the IDE.
It is now in a package  components\lazdebuggergdbmi\ and it is GPL (since it was part of the IDE code, and that is gpl instead of lgpl)

Some of it is IDE specific. But CmdlineDebbugger is good to just launch gdb and communicate.

gdbmidebuginstructions.pp may also be helpful. On top of that you would need to through the code and see what is useful.

 

TinyPortal © 2005-2018