How to export / import breakpoints on VS 2013?

I would like to import / export breakpoints that I use to export (xml format) from VS 2008/2010, but cannot load it from VS2013.

I remember, as soon as I upgraded to VS2013 and converted to a VS2013 solution from the VS2008 environment, the breakpoints worked fine. I think I could save once in VS2013 and tried to download it as soon as I delete them all by accident. Somehow I received the error message "Failed to import control points." even I add breakpoints and try to export them, but I got the error “Failed to export breakpoints” with a small ascent. Would you advise if you have a workaround or solution enter image description here ?

+7
c # visual-studio breakpoints
source share
3 answers
+2
source share

The answer above worked, but only for a short time, and as soon as I reset all my settings and set breakpoints again, it soon failed. The solution was to debug the application and then try to save. I have several possible mitigating factors:

1) I use Git (and Git extensions) as the only add-on 2) I build and debug as Admin in Windows 8.1

You might want to try this before you have months of useful settings.

+3
source share

FWIW I now “could not import control points” on VS2013, and then remembered that yesterday I changed the launch project after saving them. When I changed the download back to the original project, the import worked fine. If you're struggling, it might be worth checking out any changes at the solution / project level since exporting.

+1
source share

All Articles