aboutsummaryrefslogtreecommitdiffstats
path: root/docs/devGuideDB
diff options
context:
space:
mode:
authorwisberg <wisberg>2003-05-27 08:04:22 +0000
committerwisberg <wisberg>2003-05-27 08:04:22 +0000
commit064e8661e65cf9518e9d6afedce3ad696c247d49 (patch)
tree0d4e225480dccf5f0ea28f18cc1203afad82d54f /docs/devGuideDB
parentea3cfbe1a68dd43168d7ac8b24e41379c9917b67 (diff)
downloadaspectj-064e8661e65cf9518e9d6afedce3ad696c247d49.tar.gz
aspectj-064e8661e65cf9518e9d6afedce3ad696c247d49.zip
muddy caveat to JSR-45 comment
Diffstat (limited to 'docs/devGuideDB')
-rw-r--r--docs/devGuideDB/ajc.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/devGuideDB/ajc.xml b/docs/devGuideDB/ajc.xml
index 46e352eae..ffee1eb1d 100644
--- a/docs/devGuideDB/ajc.xml
+++ b/docs/devGuideDB/ajc.xml
@@ -644,9 +644,11 @@ commands to your environment as needed.
When the Java VM generates stack traces, it uses this attribute
to specify the source file.
</para>
- <para>(The compiler also supports the .class file extensions of JSR-45.
+ <para>(The AspectJ 1.0 compiler also supports the .class file extensions of JSR-45.
These permit compliant debuggers (such as jdb in Java 1.4.1) to identify
- the right file and line even given many source files for a single class.)
+ the right file and line even given many source files for a single class.
+ JSR-45 support is planned for ajc in AspectJ 1.1, but is not in the initial
+ release. To get fully debuggable .class files, use the -Xnoinline option.)
</para>
<para>Probably the only time you may see this format is when you view