From: wisberg Date: Wed, 26 Nov 2003 01:50:10 +0000 (+0000) Subject: letting tool handle titles X-Git-Tag: mostlyLastEclipse2xTree_20040112~44 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2561a46b92c6078ca6e447b0c8e9e97f19728cca;p=aspectj.git letting tool handle titles --- diff --git a/docs/sandbox/trails/debugging.html b/docs/sandbox/trails/debugging.html index 83240bd6e..b49cc79d8 100644 --- a/docs/sandbox/trails/debugging.html +++ b/docs/sandbox/trails/debugging.html @@ -4,10 +4,11 @@

Debugging AspectJ Programs

- -

Debugging AspectJ 1.0 Programs

+ + + The AspectJ 1.0 compiler produces .class files that have the normal source file attribute and line information as well as the information specified by JSR-045 required to debug @@ -36,10 +37,10 @@ do not support JSR-45 and thus AspectJ. - -

Debugging AspectJ 1.1 Programs

+ + The AspectJ 1.1 compiler usually implements advice as call-backs to the aspect, which means that most AspectJ programs do not require JSR-45 support in