How to get WinDbg to show a call stack on Windows 7?

Vladimir Panteleev vladimir at thecybershadow.net
Mon Sep 12 18:24:29 PDT 2011


On Mon, 12 Sep 2011 14:00:51 +0300, Don <nospam at nospam.com> wrote:

> I don't get a call stack; I only see the current function.

Generally (not specific to DMD or WinDbg), this is a sign that the  
executable was compiled without stack frames (or that the stack is  
corrupted).

-- 
Best regards,
  Vladimir                            mailto:vladimir at thecybershadow.net


More information about the Digitalmars-d-learn mailing list