Remote debugging with XE2 – display of strings
I’m not entirely sure why you have the {} around the string values, – my hunch is that it is to demonstrate that the values are coming from a remote execution – but I know for a fact that S is being truncated due to optimization… {$O-} // Disable Optimization var S: AnsiString; S2: UnicodeString; … Read more