Microsoft Developer Network > 포럼 홈 > Visual Studio Debugger > Unable to remove breakpoints -- VS 2008 Xpress
질문하기질문하기
 

답변됨Unable to remove breakpoints -- VS 2008 Xpress

  • 2009년 6월 28일 일요일 오후 4:03StevieWright 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Hi,

    Using VS2008 Xpress on Vista Home. Having problems using debugger because old breakpoints refuse to go away. This results in having to wade thru masses of (unwanted) breakpoints before reaching the problem area that you want to debug. Have been unable to find any topics on this problem, so looks like I am the only one having it. When opening the main project, many other projects get loaded, containing aformenttioned breakpoints. Removing breakpoints with right click and delete breakpoint does not help.

    Anybody any suggestions >??? thx ... steve

답변

  • 2009년 6월 30일 화요일 오전 9:16Roahn LuoMSFT, 중재자사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨
    Hello Steve,

    Your .suo file might be destoried.  The .suo file stored the information about breakpoints, Watch window variables, window layout, Opened files and other session state items. It is  a hidden file, usually named <Solution Name>.SUO.

    Will you please back up the current .suo file and store it in another folder and then delete the .suo file under the solution directory?
    If we then reopen the solution by clicking the .sln file, does the issue still occur?
    Please note: Since we delete the .suo file, all the information it stored disappear, hence, we need to set the breakpoint again!

    Best regards,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback, please tell us.
    Welcome to the All-In-One Code Framework!

모든 응답

  • 2009년 6월 30일 화요일 오전 9:16Roahn LuoMSFT, 중재자사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨
    Hello Steve,

    Your .suo file might be destoried.  The .suo file stored the information about breakpoints, Watch window variables, window layout, Opened files and other session state items. It is  a hidden file, usually named <Solution Name>.SUO.

    Will you please back up the current .suo file and store it in another folder and then delete the .suo file under the solution directory?
    If we then reopen the solution by clicking the .sln file, does the issue still occur?
    Please note: Since we delete the .suo file, all the information it stored disappear, hence, we need to set the breakpoint again!

    Best regards,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback, please tell us.
    Welcome to the All-In-One Code Framework!
  • 2009년 7월 3일 금요일 오후 7:27StevieWright 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Hi Roahn.. thx for your reply ... in the meantime I have downloaded the prof version ... problem solved for the coming 90 days .. your response very much appreciated anyway ... thank you .... Steve