Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
14.984 Beiträge
 
#1

Until someone writes proper string visualisers for the Delphi debugger…

  Alt 31. Okt 2017, 05:20
A few tricks to write long strings to files when the Delphi debugger cuts them off (just because they like using 4k buffers internally); TStringStream.Create(lRequestMessage).SaveToFile(' c:\temp\temp.txt') TIniFile.Create('c:\a.txt').WriteString('a','a',Bi gStringVar) TFileStream.Create('c:\a.txt', ...

More...
  Mit Zitat antworten Zitat