DebugBrowser source code is not published (cannot tell why...) so it cannot be re-compiled.Anyway , you can always iterate the Data framework on your own and create a DebugBrowser like widget on your own.
Also you can always dump the DF (in order to examine its contents) by using TDF_Tool::ExtendedDeepDump, and the rest of the dump utilities.
Thu, 09/03/2009 - 16:27
nobody uses DebugBrowser function in Linux 64???
Thu, 09/03/2009 - 17:08
DebugBrowser source code is not published (cannot tell why...) so it cannot be re-compiled.Anyway , you can always iterate the Data framework on your own and create a DebugBrowser like widget on your own.
Also you can always dump the DF (in order to examine its contents) by using TDF_Tool::ExtendedDeepDump, and the rest of the dump utilities.
Fotis
Thu, 09/03/2009 - 17:47
Thank You very much!