https://bugs.kde.org/show_bug.cgi?id=500570
--- Comment #27 from Michael Miller <michael_mil...@msn.com> --- (In reply to Andy from comment #25) > Hi! > > I'm in Visual Studio 22. But I can't find it > "In Visual Studio, select Debug > Attach to Process (or press Ctrl+Alt+P) to > open the Attach to Process dialog box". > > Do extensions need to be installed? This question came up during > installation. But which ones should I have installed? > > Cheers > Andy Hi Andy, Yes, there are additional things that need installed in Visual Studio 2022. Go to "Tools->Get Tools and Features" in the top menu bar. A pop-up windows should appear. In the first tab, which should be "Workloads", make sure "c++ core desktop features" is installed. If it's installed, you will see it in the right sidebar. If it's not installed, then you will see a section for it on the left. You'll want to install some optional c++ features, too. At a minimum, you want "Just-In-Time debugger" installed. When you start Visual Studio, you may see the Visual Studio startup screen asking you to create or open a project. Click "Continue without code" at the bottom of the "Get Started" column on the right. After these features are installed and Visual Studio has been restarted, you should see "Debug" in the main menu bar. Start digiKam, but don't start a face scan yet. Once digiKam is running and you see the digiKam main window, select "Debug->Attach to Process" from the main menu. Select the digikam process and click "Attach" in the lower right of the window. You can now do the face scan, and Visual Studio should give you debug information when it encounters the error. Cheers, Mike -- You are receiving this mail because: You are watching all bug changes.