I tried attaching the debugger to a .NET app that was built in Release configuration.
I could not set any breakpoints.
Can I change the project settings so the Release configuration build becomes debuggable?
Or can breakpoints only work when using Debug configuration?