www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - [Mono-D] Debugger also available on Windows

reply "Alexander Bothe" <info alexanderbothe.com> writes:
Hi everyone,

There's debugging functionality in Mono-D on Windows (again - 
after ~2 years of not having maintained it) now.

The blog post (+ screenshot):
http://mono-d.alexanderbothe.com/revived-debugging-on-windows/



Further thanks go out to Orvid who has spent some efforts in 
improving the overall performance of the D parser:

std.datetime takes
602ms for being parsed now on Linux while not skipping function 
bodies,
200ms with skipping them (which is done normally for Ram&Startup 
time savings).

Now I gotta see how it's performing on Windows..
Jan 30 2014
parent "Alexander Bothe" <info alexanderbothe.com> writes:
 Now I gotta see how it's performing on Windows..
539ms without skipping function bodies 150ms with skipping them. Quite nice imho.
Jan 30 2014