Visual Studio保存开发状态

发布于 2024-11-11 15:38:05 字数 134 浏览 3 评论 0原文

是否有任何 Visual Studio 插件/东西可以保存当前打开的窗口集、书签和断点等?每当我返回到一个问题时,都需要一段时间才能找到重新打开适当的类、重置断点等。可以加载每个问题之前保存的状态的东西可以在需要多次重新解决的问题上节省大量时间。来反馈。

Is there any Visual Studio addin/thing that will save the current set of open windows, bookmarks, and breakpoints, etc? Whenever I return to an issue, it takes a while to find reopen the appropriate classes, reset breakpoints, etc. Something that could load previously saved states for each issue would save a lot of time on issues that need to be readdressed several times in response to feedback.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

半葬歌 2024-11-18 15:38:05

visualstudio.uservoice 这样的功能有点存在。您可以通过在断点窗口中标记断点来对断点进行分组,然后在组级别执行操作。这些操作包括启用/禁用甚至导入/导出。由于该 uservoice 页面上的 msdn 链接已经关闭,您应该检查 存档页面

As stated on visualstudio.uservoice such a feature kinda exists. You can group breakpoints by labeling them in the breakpoints window and then perform actions on group level. Those actions include enable/disable and even import/export. As the msdn link on that uservoice spage is already down, you should check the archived page.

甜柠檬 2024-11-18 15:38:05

奥德在这里暗示了答案。在您需要该快照时保存这些文件,尤其是 .suo 文件(用于断点和窗口)。当您希望将这些窗口和断点设置为文件保存时的状态时,请恢复它(根据需要打开/关闭解决方案)。

Oded hinted at the answer here. Save off those files, particularly the .suo file (for your breakpoints and windows) at the moment you need that snapshot. Restore it (Open/Close solution as required) when you want those windows and breakpoints set as they were at the time of the file save.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文