spartacus
10th April 2003, 14:51
Is there any possibility (unix script or from Baan) to find out which programs / libs / reports a.s.o are compiled with the debuger ?


Spartacus

lbencic
10th April 2003, 17:38
One way is bic_info6.2 on the object. It will tell you if it is in debug.


Usage: bic_info6.2 [-aideushwcV] [-f[flags]] object

-a : Show all object information
-i : Show assembler
-d : Show used DLL's
-e : Show exported DLL function prototypes
-u : Show usage of DLL (description)
-s : Show symboltable
-h : Show object header
-w : Show object idents (what)
-c : Check checksum
-f : Show all flags
-f<flg> : Test flags 1=NOTRANSACTIONS 2=DEBUG
4=PROFILE 8=DLL
-qo <out>: Redirect output to file out
-qe <err>: Redirect error output to file err
-V : Show version



It's a command line call, so probably could automate something to read across multiple files and print some output for you.

NPRao
10th April 2003, 19:46
Spartacus,

Refer to the thread - how to find whether script is compiled in debug or not? (http://www.baanboard.com/baanboard/showthread.php?s=&threadid=7792&highlight=debug)