Rainer Schuetze
Rainer Schuetze
The crash dump shows a heap corruption while populating the navigation bar at the top of the editor. Maybe it helps to just disable that in Tools->Options->Text Editor->D->General before loading...
Sorry for the delay. I occasionally see the "busy" showing up if it takes too long for expressions in watch/auto/locals to evaluate, but it eventually finishes displaying results. I suspect...
Just noticed in a Win11 VM that the issue appears if 'load debug symbols in external process' is enabled in Visual Studio's Debugging options. Please try to disable this.
I stumbled across this the other day and noticed crashes in the debugger extension. Hopefully fixed in https://github.com/dlang/visuald/releases/tag/v1.4.0-rc1
I have added a workaround also proposed by others: delete the project template cache if the extension is loaded for the first time. Unfortunately that means you have to get...
Sorry to hear that Visual D no longer works for you. VS 2022 is the first 64-bit version of Visual Studio, maybe something didn't migrate too well. Some notes: >...
Thanks for trying again. Can you upload the dmp files so I can load them into a debugger with debug symbols? You can also try it with the pdb files...
Thanks for trying to debug visuald yourself. I very rarely use WinDbg for debugging, but just Visual Studio itself, though it's a bit more complicated to setup if visuald doesn't...
I recently noticed a crash in the debugger and fixed it. Please try https://github.com/dlang/visuald/releases/tag/v1.4.0-rc1
I guess vswhere (https://github.com/microsoft/vswhere) can detect all installations, so it would not be too hard to get a list of them all. Making NSIS show and execute this list dynamically...