diff options
-rw-r--r-- | docs/sandbox/trails/debugging.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/sandbox/trails/debugging.html b/docs/sandbox/trails/debugging.html index 3c6bbcfab..83240bd6e 100644 --- a/docs/sandbox/trails/debugging.html +++ b/docs/sandbox/trails/debugging.html @@ -52,6 +52,14 @@ plan to support JSR-45 as soon as feasible. This will require upgrading the BCEL library we use to pass around the correct source attributes. +<p> +Sometimes debuggers correctly get the source line information, +but fail when they attempt to parse AspectJ source files +expected to contain Java code. For these it might be possible +to step into AspectJ code, but not to set breakpoints, or to +work around the parse errors by using <code>.aj</code> rather +than <code>.java</code> as a file extension. + <!-- END-SAMPLE trails-debugging-aspectj11 --> </body> |