Compile info

To displays the version and the build date of FBC, the used backend and the debuggee compilation date.



Just add these lines anywhere in the source :

dim shared FDBG_COMPIL_INFO As String
FDBG_COMPIL_INFO="$$__COMPILINFO__$$"+__FB_VERSION__+"/"+__FB_BUILD_DATE__+"/"+__FB_BACKEND__+"/"+__DATE__+" "+__TIME__

FBdebugger seeks in the memory (data section) the "$$_COMP..." string and shows the informations in a message box, option in tools.