digitalmars.D.announce - [Mono-D] Debugger also available on Windows
- Alexander Bothe (13/13) Jan 30 2014 Hi everyone,
- Alexander Bothe (2/3) Jan 30 2014 539ms without skipping function bodies
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
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