needle-console
needle-console copied to clipboard
Better highlighting for UniTask?
Are you referring to this?
Yep
Basically, UniTask is a Task substitute for Unity, and it has its own compiler infrastructure - you can see lots of Cysharp.Threading.Tasks
lines in the call stack. Also, the actual user code (SelectPage.Test in my case) is obscured by library code. It would be cool to strip demistyfied call stack from this infrastructure code to leave just the valuable pieces.