mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-12 05:21:27 +02:00
GdbmiDebugger: Fix formatting result value / broken somewhere in recent "string speedup" changes
git-svn-id: trunk@64742 -
This commit is contained in:
parent
20bd46fcf7
commit
3205592cba
@ -14137,7 +14137,7 @@ var
|
||||
Val(addrtxt, addr, e);
|
||||
if e <> 0 then
|
||||
Exit;
|
||||
//AnExpression := Lowercase(ResultInfo.TypeName);
|
||||
AnExpression := Lowercase(ResultInfo.TypeName);
|
||||
case StringCase(ResultInfo.TypeName,
|
||||
['char', 'character', 'ansistring', '__vtbl_ptr_type',
|
||||
'wchar', 'widechar', 'widestring', 'unicodestring',
|
||||
|
Loading…
Reference in New Issue
Block a user