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

How to print all coroutines' stack trace? #63

Open
choleraehyq opened this issue May 19, 2019 · 1 comment
Open

How to print all coroutines' stack trace? #63

choleraehyq opened this issue May 19, 2019 · 1 comment

Comments

@choleraehyq
Copy link

Using gdb or something else. It's quite important for debugging.

@Xudong-Huang
Copy link
Owner

how to print the backtrace of one coroutine that is suspending? We could get all the registers context of a coroutine through the coroutine handle. But how to use it to print all the traceback is still unclear. I think We need to develop special tools or scirpts for gdb, which I have little experience on it.

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

No branches or pull requests

2 participants