mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 12:02:21 +02:00
Fixed language setting for "_" in memory breakpoints
This commit is contained in:
parent
a9e8277836
commit
96b22f5760
1 changed files with 1 additions and 0 deletions
|
@ -146,6 +146,7 @@ void DbgEvaluationContext::Init(WinDebugger* winDebugger, DbgModule* dbgModule,
|
|||
{
|
||||
mDbgExprEvaluator->mExplicitThis = formatInfo->mExplicitThis;
|
||||
mDbgExprEvaluator->mCallStackIdx = formatInfo->mCallStackIdx;
|
||||
mDbgExprEvaluator->mLanguage = formatInfo->mLanguage;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue