Keep breakpoints after Code Cleanup

It would be a nice addition to R# if it would be able to keep the breakpoints after performing a code cleanup :-)

0
1 comment

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...

0

Please sign in to leave a comment.