diff options
author | wisberg <wisberg> | 2003-09-27 01:47:33 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-09-27 01:47:33 +0000 |
commit | 4ee90ae4bdb3b10a90f2db842d59f6604ebe7f28 (patch) | |
tree | 58c5692db586ae4fdd612e1a0aa1ba1e887053b4 /docs/sandbox | |
parent | c4ac88ee2890d97a8df494462b5e7b514a11bf84 (diff) | |
download | aspectj-4ee90ae4bdb3b10a90f2db842d59f6604ebe7f28.tar.gz aspectj-4ee90ae4bdb3b10a90f2db842d59f6604ebe7f28.zip |
debugger caveats
Diffstat (limited to 'docs/sandbox')
-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> |