needle-console icon indicating copy to clipboard operation
needle-console copied to clipboard

Better highlighting for UniTask?

Open Razenpok opened this issue 3 years ago • 2 comments

Ben.Demystifier works great with stock Tasks, is it possible to provide same support for UniTask?

image

Razenpok avatar Apr 22 '21 11:04 Razenpok

Are you referring to this?

image

marwie avatar Apr 22 '21 23:04 marwie

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.

Razenpok avatar Apr 25 '21 12:04 Razenpok