I haven’t written about Diamondback as much as I’d planned since others are doing such a good job of it. But one demo which I thought was neat was concurrently debugging Win32 and .NET apps.
the debugger is context-aware and will switch back and forth between Win32 and .NET modes as required. So you can create a project group with both .NET and Win32 projects and set breakpoints in both of them. When they trip, the debugger will change modes for the current frame. Should be very useful for debugging applications which host the framework, ActiveX controls, and unmanaged exports in Delphi for .NET apps.
Post a Comment