MSDN > フォーラム ホーム > Visual Studio Debugger > Unable to remove breakpoints -- VS 2008 Xpress
質問する質問する
 

回答済みUnable to remove breakpoints -- VS 2008 Xpress

  • 2009年6月28日 16: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日 19: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