VS2013 Debug/Windows/Tasks: “No tasks to display”

后端 未结 1 1059
灰色年华
灰色年华 2020-12-19 04:30

I have Visual Studio Professional 2013 and I am debugging an application which uses async/await extensively. But when I stop at breakpoint and open Debug/Windows/Tasks windo

相关标签:
1条回答
  • 2020-12-19 04:59

    From http://blogs.msdn.com/b/dotnet/archive/2013/06/26/announcing-the-net-framework-4-5-1-preview.aspx

    In Windows 8.1 Preview, the OS has an understanding of asynchronous operations 
    and the states that they can be in, which is then used by Visual Studio 2013 preview, 
    in this new window [Tasks]
    

    Given that @ScottChamberlain confirmed that Tasks window in Visual Studio works on Win8.1 and not on Win7, that seems to be the problem.

    0 讨论(0)
提交回复
热议问题