From 4ee90ae4bdb3b10a90f2db842d59f6604ebe7f28 Mon Sep 17 00:00:00 2001 From: wisberg Date: Sat, 27 Sep 2003 01:47:33 +0000 Subject: [PATCH] debugger caveats --- docs/sandbox/trails/debugging.html | 8 ++++++++ 1 file changed, 8 insertions(+) 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. +

+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 .aj rather +than .java as a file extension. + -- 2.39.5