On Sunday, 16 October 2022 at 11:42:04 UTC, matheus wrote:
On Sunday, 16 October 2022 at 11:09:31 UTC, Decabytes wrote:
I'm trying to set up Visual Studio 2022 with Visual D, and I'm
running into issues trying to get my project to build
correctly. It's a double whammy because I've never used Visual
Studio before (Just an Emacs Guy), but I need to debug my D
programming and according to the
[documentation](https://wiki.dlang.org/Debuggers) this is my
only option on Windows.
I don't know if anything changed significantly, but I used to
debug on Windows with WinDbg without any IDE.
Maybe this is useful:
https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/debugger-download-tools
Matheus.
After some fiddling I got WinDBG up and running. It's not perfect
(no
syntax highlighting for D is a bummer, but at least I can do some
debugging now. Thank you