Browse Source

letting tool handle titles

tags/mostlyLastEclipse2xTree_20040112
wisberg 20 years ago
parent
commit
2561a46b92
1 changed files with 5 additions and 4 deletions
  1. 5
    4
      docs/sandbox/trails/debugging.html

+ 5
- 4
docs/sandbox/trails/debugging.html View File

@@ -4,10 +4,11 @@
<body>
<h2>Debugging AspectJ Programs
</h2>
<!-- @author Wes Isberg -->
<!-- START-SAMPLE trails-debugging-aspectj10 -->
<h3>Debugging AspectJ 1.0 Programs
</h3>
<!-- @author Wes Isberg -->
<!-- START-SAMPLE trails-debugging-aspectj10 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.

<!-- END-SAMPLE trails-debugging-aspectj10 -->

<!-- @author Wes Isberg -->
<!-- START-SAMPLE trails-debugging-aspectj11 -->
<h3>Debugging AspectJ 1.1 Programs
</h3>
<!-- @author Wes Isberg -->
<!-- START-SAMPLE trails-debugging-aspectj11 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

Loading…
Cancel
Save