-
Notifications
You must be signed in to change notification settings - Fork 253
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
Need more debug tools. #225
Comments
目前主要还是这几类 debug 的问题比较难用:
|
1 和 2 在原理上没法实现,因为异步执行的话很可能执行的栈帧已经不在栈上了。3 的话 clang15(或内部 clang13) 配合这个文档在 debug 模式下应该是可以完全支持的;在 Release 模式下的话,也能看到优化后的值,但可能这个名字和前端的名字就可能对不上了 |
uthread有gdb脚本么 |
uthread 不需要吧,按原来的就行了 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Search before asking
What happened + What you expected to happen
Debugging Lazy<> is quite difficult since may commands are not well supported in gdb.
Reproduction way
Anything else
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: