summaryrefslogtreecommitdiffstats
path: root/docs/devGuideDB/ltw.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/devGuideDB/ltw.xml')
-rw-r--r--docs/devGuideDB/ltw.xml29
1 files changed, 23 insertions, 6 deletions
diff --git a/docs/devGuideDB/ltw.xml b/docs/devGuideDB/ltw.xml
index dedfdb2e7..39d584233 100644
--- a/docs/devGuideDB/ltw.xml
+++ b/docs/devGuideDB/ltw.xml
@@ -457,6 +457,29 @@
immediately you can use the option <literal>-Daj.weaving.verbose=true</literal> on the JVM startup command line.
</entry>
</row>
+ <row>
+ <entry>
+ <literal>-debug</literal>
+ </entry>
+ <entry>
+ Issue a messages for each class passed to the weaver
+ indicating whether it was woven, excluded or ignored.
+ Also issue messages for classes
+ defined during the weaving process such as around advice
+ closures and concrete aspects defined in
+ <literal>META-INF/aop.xml</literal>.
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <literal>-showWeaveInfo</literal>
+ </entry>
+ <entry>
+ Issue informational messages whenever the weaver touches a class file.
+ This option may also be enabled using the System property
+ <literal>-Dorg.aspectj.weaver.showWeaveInfo=true</literal>.
+ </entry>
+ </row>
<!-- TODO option parsed but not used -->
<!--
<row>
@@ -509,12 +532,6 @@
</row>
<row>
<entry>
- <literal>-showWeaveInfo</literal>
- </entry>
- <entry>Issue informational messages whenever the weaver touches a class file</entry>
- </row>
- <row>
- <entry>
<literal>-XmessageHandlerClass:...</literal>
</entry>
<entry>Provide alternative output destination to stdout/stderr for all weaver messages.