All,
a couple months ago i found a java property that would allow me to trace
the method in/method out of my packages
it looked like
java -D<property>=org .mypackage.* <main class>
Which would trace all in/out of each method in my package...
I cannot find the doc :( anyone knows what I am talking about ?
--
Christophe Elek
SWG - IBM Rational Serviceability
celek@ca.ibm.co m
a couple months ago i found a java property that would allow me to trace
the method in/method out of my packages
it looked like
java -D<property>=org .mypackage.* <main class>
Which would trace all in/out of each method in my package...
I cannot find the doc :( anyone knows what I am talking about ?
--
Christophe Elek
SWG - IBM Rational Serviceability
celek@ca.ibm.co m
Comment