On Wed, 24 Sep 2014 23:22:56 -0700
"H. S. Teoh via Digitalmars-d" <[email protected]> wrote:

> gdb does allow calling your program's functions out-of-band in
> 'print'.
it's handy. what else handy is "quake-like" embedded console. i'm using
that in my c software alot (i can connect to some port using telnet,
inspect and change vars, call functions, etc). and when i decided to go
with D, the first thing i tried to write was my "command console"
subsystem. and it was a great pleasure with all that compile-time
introspection, i must say. some annoyances here and there, but it's
nothing compared to huge pile of error-prone C macro magic.

Attachment: signature.asc
Description: PGP signature

Reply via email to