From 064e8661e65cf9518e9d6afedce3ad696c247d49 Mon Sep 17 00:00:00 2001 From: wisberg Date: Tue, 27 May 2003 08:04:22 +0000 Subject: [PATCH] muddy caveat to JSR-45 comment --- docs/devGuideDB/ajc.xml | 6 ++++-- 1 file 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. - (The compiler also supports the .class file extensions of JSR-45. + (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.) Probably the only time you may see this format is when you view -- 2.39.5