How does a debugger get stack information using FPO? I read somewhere that .pdb files contain FPO information that the debugger uses to get stack information. So what does the pdb file contain this help debugger to get the stack trace?
For example, the debugger hit a breakpoint and has an ESP and a pdb file. So how does the debugger show me the call stack?
source
share