I love D

Guillaume Piolat first.name at gmail.com
Sun Sep 24 13:03:20 UTC 2023


On Sunday, 24 September 2023 at 10:28:53 UTC, Richard (Rikki) 
Andrew Cattermole wrote:
>
> WinDbg has never been a good experience with D or at least for 
> me that is.
>
> No, they broke VS debugger (which gets used with vs-code too).
>
> Can't show locals anymore.

I used WinDbg last week and I was surprised it has received a 
major update in usability from Miscrosoft. I was able to find a 
bug where Visual Studio wouldn't let me debug optimized code. 
WinDbg did when I pointed it the PDB, with an executable built 
outside of VisualD. It is now as simple to use as say, AMD uProf, 
and you can debug 32-bit and 64-bit indifferently.


More information about the Digitalmars-d mailing list