잠김 Debuggning without saving

  • 2012년 5월 29일 화요일 오후 7:01
     
     

    Hi

    Most of times, I just make changes to the project in order to test something, yet when I do debugging, everything will be saved. How can I do debugging without saving any changes, in other words, all what I want to do is just preview (NOT saving the work).

    Thanks a lot.

모든 응답

  • 2012년 5월 29일 화요일 오후 7:15
     
     

    In short, you don't.  (At least not trivially.)

    You can use a version control system so that changes you make and save to the file system aren't overriding more permanent stable versions.  You can then only check in your changes when they are stable and ready to be permanently persisted, and you can quickly and easily undo pending changes.


  • 2012년 5월 30일 수요일 오전 6:27
     
     답변됨

    See the Options dialog of Visual Studio, Projects and Solutions, Build and Run, Before Building. You can select “Don’t save any change”.

    • 답변으로 제안됨 AdaveshMVP 2012년 5월 30일 수요일 오전 6:45
    • 답변으로 표시됨 BGQQ 2012년 5월 30일 수요일 오후 8:51
    •