Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugger does not show async callstack frames when debugging on coreclr 2.1 (netcoreapp2.1) #1892

Closed
chuckries opened this issue Nov 27, 2017 · 0 comments

Comments

@chuckries
Copy link
Contributor

WORKAROUND: Evaluate System.Threading.Tasks.Task.s_asyncDebuggingEnabled = true in the watch window.

There is an issue with the way the debugger mines task data from the runtime to collect async stack frames starting in coreclr 2.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants