On Tuesday, 5 August 2025 at 09:55:41 UTC, Dennis wrote:
On Tuesday, 5 August 2025 at 00:54:14 UTC, Tony~! wrote:
If you are on Windows 10 or 11 I would recommend remedyBG for
debugging D, in my estimation it is well worth the price
especially if you also want to test C/C++ files in the future.
I've heard good things about remedyBG, but there's also the
free RAD Debugger:
https://github.com/EpicGamesExt/raddebugger
It's still in alpha state, but I've succesfully used it twice
for my D code on Windows so far, to find a null dereference and
a write to immutable memory. That's not much usage yet, but the
experience so far has been excellent, so it's also worth
mentioning. I can't wait for them to expand to linux/DWARF
debug info.
I've heard good things about the rad debugger, I'll definitely
check this out!