I added some breakpoints in my c# code using Visual Studio and by pressing ctrl+shift+F9, I removed all of them from Solution.
I was wondering if is there any way to undo current breakpoints as I need them now to debug the code.
also, Is there any way to save these breakpoints for future debugging?