mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 12:02:21 +02:00
Made callstack aware of outer types vs namespaces. Colorized classview
This commit is contained in:
parent
33edbd18bb
commit
b3cc0b5be4
9 changed files with 662 additions and 376 deletions
|
@ -10766,7 +10766,9 @@ String WinDebugger::GetStackFrameInfo(int stackFrameIdx, intptr* addr, String* o
|
|||
}
|
||||
}
|
||||
if (demangledName.IsEmpty())
|
||||
demangledName = dwSubprogram->ToString();
|
||||
{
|
||||
dwSubprogram->ToString(demangledName, true);
|
||||
}
|
||||
|
||||
DbgSrcFile* dwSrcFile = NULL;
|
||||
DbgLineData* dwLineData = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue