Einzelnen Beitrag anzeigen

Benutzerbild von Mokus
Mokus

Registriert seit: 24. Sep 2013
165 Beiträge
 
Delphi 10.2 Tokyo Professional
 
#6

AW: kleine Frage zur CodeSite debugger

  Alt 15. Feb 2018, 13:31
dank euch beiden,
mit dem Video lässt sich aufjeden fall arbeiten




Some questions: Is CodeSite using Delphi RTTI, types rooting, etc..? If so, this allows Delphi user defined data types to be easily streamed to log but won't work for C++ user defined types, is it right?
RTTI is certainly being used by the logging classes. It is the traditional RTTI info. As long as you have published members of your classes, Delphi and C++ objects can be logged. Log objects, data structures, custom formatting of a structure even if it doesn't have RTTI (use custom formatting feature of CodeSite - look at the doc).

https://community.embarcadero.com/bl...nar-blog-notes
Ahh, Nice 2 know
Markus
es gibt nur 10 arten von menschen !
die die binär verstehen und die die nicht. !
  Mit Zitat antworten Zitat