Browse Source

Fixed language setting for "_" in memory breakpoints

Brian Fiete 5 years ago
parent
commit
96b22f5760
1 changed files with 1 additions and 0 deletions
  1. 1 0
      IDEHelper/WinDebugger.cpp

+ 1 - 0
IDEHelper/WinDebugger.cpp

@@ -146,6 +146,7 @@ void DbgEvaluationContext::Init(WinDebugger* winDebugger, DbgModule* dbgModule,
 	{
 		mDbgExprEvaluator->mExplicitThis = formatInfo->mExplicitThis;
 		mDbgExprEvaluator->mCallStackIdx = formatInfo->mCallStackIdx;
+		mDbgExprEvaluator->mLanguage = formatInfo->mLanguage;
 	}
 }