Visual Studio保存开发状态
是否有任何 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如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.
奥德在这里暗示了答案。在您需要该快照时保存这些文件,尤其是 .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.