On 17/10/2022 12:09 AM, 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.

You don't need to develop with Visual Studio for native executables to debug using it.

Build your program with debug symbols (-g) and open the executable as a project. You can then debug it with source code support.

Reply via email to