New debugger for D!!!

Nick Sabalausky SeeWebsiteToContactMe at semitwist.com
Tue Jan 28 14:54:21 PST 2014


On 1/28/2014 12:15 PM, Jacob Carlborg wrote:
> On 2014-01-28 17:21, Sarath Kodali wrote:
>
>> If dbg is a library, whenever the debugger hangs or crashes, the IDE
>> also hangs or crashes and you may loose all your data. It is much safer
>> to have dbg as a server and have an IDE plugin as a client.
>
> Fair enough. JSON still doesn't sound like a very effective way to
> communicate with.
>

Yea, I'd strongly recommend using a proper binary format. Protobuf can 
help with that. Text-based data is overused, overrated, and completely 
pointless for direct software->software communication (as opposed to 
human->software or software->human).



More information about the Digitalmars-d-announce mailing list