Search code examples
c#visual-studiobreakpoints

How to export/import breakpoints on VS 2013?


I'd like to import/export breakpoints which I'm used to export(xml format) from VS 2008/2010, but can't load it from VS2013.

I remember once I upgraded to VS2013 and converted to VS2013 solution from VS2008 environment, breakpoints worked fine. I think I could save one time in VS2013, and tried to load it once I delete them all by accident. Somehow I got the error "Unable to import breakpoints". even I add breakpoints, and tried to export them but got the error "Unable to export breakpoints" on small popup. Would you guide if you have any workaround or solutionenter image description here?


Solution

  • As I reset all settings and it works again as you see at http://social.msdn.microsoft.com/Forums/vstudio/en-US/f407c02b-1afe-45f4-a22b-92cb681b197c/how-to-exportimport-breakpoints-on-vs-2013-while-debugging?forum=vsdebug

    Thank you for helping me out.