mjrousos / CppCliMigrationSample

Simple demonstration of C++/CLI on .NET Core
16 stars 10 forks source link

Documentation: Debugging Cpp/CLI #6

Open ankurmittal2008 opened 1 year ago

ankurmittal2008 commented 1 year ago

I spent significant time in finding the option to debug mixed mode for CPP/CLI, it would be nice if we update documentation with following debugging option.

NativeApp project properties > Configuration Properties > Debugging > Debugger Type = Mixed (.Net Core) CppCliInterop project properties > Configuration Properties > Debugging > Debugger Type = Mixed (.Net Core)