Visual studio save development state

你离开我真会死。 提交于 2019-12-06 04:39:28

问题


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.


回答1:


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.




回答2:


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.



来源:https://stackoverflow.com/questions/6219969/visual-studio-save-development-state

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!