On Tuesday, 15 March 2016 at 20:46:07 UTC, Martin DraĊĦar wrote:
Dne 15.3.2016 v 3:09 Basile B. via Digitalmars-d-announce
napsal(a):
see https://github.com/BBasile/Coedit/releases/tag/2_update_2
Nice work!
Any chance of getting debugging support eventually? I would
love to ditch Visual Studio.
Maybe in the next major version.
Actually there's already a draft (see the source named
ce_gdb.pas) but it's not activated because it was really not
worth. The only feature that was implemented is the breaking on
custom breakpoint and on exceptions and any other command had to
be typed manually. Visually, the widget was just a made of a
toolbar (start stop continue, step, etc) a big memo that
displayed GDB output stream and at the bottom a field allowing to
type gdb commands. Barely more friendly than a gdb cession in a
console ;)