【问题标题】:visual studio 2013 auto recover breakpoints and bookmarksVisual Studio 2013 自动恢复断点和书签
【发布时间】:2015-07-27 18:23:21
【问题描述】:

每当我遇到蓝屏死机或本地安装的程序冻结我的计算机并且我必须重置时,VS 可以很好地恢复我正在编辑的文本文件。不幸的是,它丢失了我保存的所有断点和书签,它们似乎从几周前恢复到早期状态。有没有办法自动保存/自动恢复书签和断点。有时这会导致几天的工作丢失。

【问题讨论】:

    标签: visual-studio visual-studio-2013


    【解决方案1】:

    断点(可能还有书签)存储在 .suo 文件中。更多信息here

    不建议将这些提交到版本控制存储库,但您可以write a script to copy the file to another directory location,然后run that script as a scheduled task

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2014-12-19
      • 1970-01-01
      • 2015-02-26
      • 2015-10-14
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多