Windows 8 Visual Studio 2012调试器问题



我在windows8上开发应用程序已经一个月了,昨天调试器突然停止了工作。System.Diagnostics.Debug.WriteLine在输出窗口上没有留下任何内容,Visual Studio甚至没有对以下内容做出反应(当然是在单击项目后):

    private void Button_PointerPressed_1(object sender, PointerRoutedEventArgs e)
    {
        throw new Exception();
    }

请帮帮我。重新安装Visual Studio对我没有帮助(重新安装VS后,内存中仍有一些数据:/最近的项目等。也许有办法完全卸载VS?)输出窗口只显示以下内容:

 'xyz.exe' (Managed (v4.0.30319)): Loaded ...

SyntaxError

您最近安装了Office 2013预览版吗?如果是这样,可能会导致Visual Studio 2012 RC崩溃。下载此修复程序:http://www.microsoft.com/en-us/download/details.aspx?id=30178(另请参阅http://support.microsoft.com/kb/2703187)。

最新更新