Dolphin, the GameCube and Wii emulator - Forums

Full Version: Debugging with Visual Studio 2017
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

mcampbell

I'm trying to track down a bug in Dolphin, however for some reason the Visual Studio 2017 debugger doesn't seem to work for me on Dolphin. Getting this error "The debugger's worker process (msvsmon.exe) unexpectedly exited. Debugging will be aborted." . As soon as I start, I can run the Dolphin executable built fine. I'm running current master code, on Windows 10 x64 with 16gb of ram. Any settings I need to change to make this work? Other C++ applications are launching into the debugger just fine with visual studio. Thanks
Have you tried to debug both the debug and release builds?