Keep breakpoints after Code Cleanup Permanently deleted user Created November 06, 2009 13:42 It would be a nice addition to R# if it would be able to keep the breakpoints after performing a code cleanup :-)
Unfortunately this is rather tricky request
If our code cleanup makes only local changes to the documents, the breakpoints are kept.
But if document changes are massive, we can't generally track the exact breakpoint position...