How to list call stack of all managed threads using WinDBG? September 5, 2023 by Tarik Use the sos !EEStack command: 0:007> .load sos 0:007> !EEStack See SOS.dll (SOS Debugging Extension)