I try to get a stack trace of an memory allocation by using windbg command:
!heap -p -a <allocation address>
The stack trace is collected by configuring my application to run with app verifier.
I get a stack trace but it is too short.
Is there a way to increase number of stack frames collected by app verifier ?
Thanks.