Increase number of stack frames collected by app verifier on every heap allocation

219 views Asked by At

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.

0

There are 0 answers