I am working on performance optimisations of Supavisor project. There we extensively use gen_statem module so without seeing what are the arguments of called functions it is hard to analyse the stack trace. Is there any option to track arguments of called functions to be able to pinpoint which particular case was the problematic one?
I am working on performance optimisations of Supavisor project. There we extensively use
gen_statemmodule so without seeing what are the arguments of called functions it is hard to analyse the stack trace. Is there any option to track arguments of called functions to be able to pinpoint which particular case was the problematic one?