I have a problem removing breakpoints that are set when I attach to a process.
I am attaching to the aspnet_wp process and setting breakpoints. However any breakpoints I remove while debugging are only removed temporarily. when I re-attach the debugger to the process, my breakpoints that I had removed come back again. I have found that the only way to remove the breakpoints, is to remove them when the debugger is not attached to anything. Does anyone know what causes this, and if there is a way to disable it?