First time using C++/CLI.
I am attaching to my process, my DLL is being loaded and is running. But my breakpoints are being ignored.
Is there anything special that needs to be configured when attaching to a process and debugging using C++/CLI? The application is native. My DLL has been compiled using the /clr option.