Increase the number of stack frames collected by the application verifier on each heap allocation

I am trying to get a stack trace of a memory allocation using the windbg command:

!heap -p -a <allocation address>

      

The stack trace is collected by configuring my application to run with an application verifier.

I am getting a stack trace, but it is too short.

Is there a way to increase the number of stack frames collected by the application verifier?

Thank.

+3


source to share





All Articles