We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I just notice that MS has removed the autoexp.dat file in vs2019 and replaced with Natvis: https://docs.microsoft.com/en-us/visualstudio/debugger/create-custom-views-of-native-objects?view=vs-2019 such that INSTALL step4 cannot be done. So is there any plan to update the INSTALL document or workaround? tank you
The text was updated successfully, but these errors were encountered:
Indeed, the INSTALL document is pretty much outdated.
These days, cv2pdb is not necessary to debug D code in Visual Studio anymore. With dmd, compile to COFF with -m64 or -m32mscoff and use the mago debugger extension (https://github.com/rainers/mago) that is installed with Visual D (https://rainers.github.io/visuald/visuald/StartPage.html).
-m64
-m32mscoff
Sorry, something went wrong.
No branches or pull requests
Hi, I just notice that MS has removed the autoexp.dat file in vs2019 and replaced with Natvis:
https://docs.microsoft.com/en-us/visualstudio/debugger/create-custom-views-of-native-objects?view=vs-2019
such that INSTALL step4 cannot be done.
So is there any plan to update the INSTALL document or workaround?
tank you
The text was updated successfully, but these errors were encountered: