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