Skip to content

Commit

Permalink
Merge branch 'main' into dev/waan/themeDocker
Browse files Browse the repository at this point in the history
  • Loading branch information
WardenGnaw authored Dec 21, 2023
2 parents f0ef93a + 2a0f9ef commit ba9d646
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/MIDebugEngine/Engine.Impl/Variables.cs
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,9 @@ private string ProcessFormatSpecifiers(string exp, out string formatSpecifier)
case "su":
case "sub":
return "(const char16_t*)(" + exp.Substring(0, lastComma) + ")";
case "s32":
case "s32b":
return "(const char32_t*)(" + exp.Substring(0, lastComma) + ")";
case "c":
return "(char)(" + exp.Substring(0, lastComma) + ")";
// just remove and ignore these
Expand Down

0 comments on commit ba9d646

Please sign in to comment.