DConf 2013 Day 3 Talk 1: Metaprogramming in the Real World by Don Clugston

Jacob Carlborg doob at me.com
Thu Jun 13 23:46:32 PDT 2013


On 2013-06-14 07:48, Johannes Pfau wrote:

> Can the visual studio debugger show the contents of registers? I found
> this quite useful when debugging unit test failures related to floating
> point code in gdc. info float shows the contents of the floating point
> stack, status register and control register.
>
> I know gdb is scriptable with python but I never used that.
> Batch execution of commands is especially nice when used with dustmite
> (https://github.com/CyberShadow/DustMite/wiki/Detecting-a-specific-segfault).

LLDB is pretty advanced as well. The biggest benefit there is the 
integration with the compiler. I've watched some of the WWDC videos and 
you can do pretty cool stuff.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-announce mailing list