Our VC++/C# SW product has recently migrated to a Windows 10 LTSB target. I am no longer able to see native modules in the 'Modules' tab in Visual Studio 2015 when I attach a debugger (either locally or remotely) to my managed process. I have checked the 'Enable native code debugging' in the C# project properties, and I have selected 'Managed (v4.6, v4.5, v4.0) and Native' for code type when I attach the remote debugger. I am able to debug the native code (running inside a managed process) just fine when running on the Windows 7 target.
Thanks for any help you can provide.
Nate
So the problem ended up being caused by McAfee Solidifier. Uninstalling this product or disabling it by calling 'sadmin disable' fixed the debugging issue.