this post was submitted on 19 Jun 2023
22 points (100.0% liked)
Programming
355 readers
1 users here now
This magazine is dedicated to discussions on programming languages, software development, and coding. Whether you are a beginner programmer or an experienced developer, this is the place for you. Here you can share your knowledge, ask questions, and engage in discussions on topics such as coding languages, software engineering, web development, and more. From the latest trends and frameworks to tips and tricks for debugging, this category covers a wide range of topics related to programming.
founded 2 years ago
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I use Visual Studio Community Edition to debug D code (works well for the most part, except it doesn't always want to handle D exceptions - I will try to upgrade the plugin), while I'm using VSCode as my text editor (does not force me to use the VS build system, and instead I can just use dub - best build system, but by build system standard).