Using Windbg to debug D applications and unittests
Basile B.
b2.temp at gmx.com
Sun Mar 5 13:23:13 UTC 2023
On Saturday, 4 March 2023 at 19:19:26 UTC, Chris Piker wrote:
> On Monday, 27 February 2023 at 12:09:50 UTC, Basile B. wrote:
>> At least this is what is done for the Dexed GDB widget, so
>> that gdb breaks automatically when an Error or an Exception is
>> new'd
>> (https://gitlab.com/basile.b/dexed/-/blob/master/src/u_gdb.pas#L2072).
>
> Glad you mentioned Dexed. I Had been meaning to try it out but
> forgot about it. I just downloaded the deb and will give it a
> go. Thanks!
The GDB widget wont work on windows I think. The point of my
first answer was just to show you how to automatically break
when something is thrown.
More information about the Digitalmars-d-learn
mailing list