| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| <html> |
| <head> |
| <title> |
| Debugging |
| </title> |
| <link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css"> |
| <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
| <meta http-equiv="Content-Style-Type" content="text/css"> |
| </head> |
| <body> |
| <h1> |
| Debugging |
| </h1> |
| <p>The JDT includes a debugger that enables you to detect and diagnose errors in your programs running either locally or remotely.</p> |
| |
| <p>AspectJ programs can be run in the debugger in the same way as Java programs. The tools |
| enable the user to step into, through and out of advice.</p> |
| |
| <p>The AspectJ development tools also provide the facility to set breakpoints in aspects.</p> |
| |
| <p><img border="0" src="../images/ngrelt.gif" alt="Related tasks" width="159" height="27"><br> |
| <a href="../tasks/runninganddebugging.htm">Running and debugging</a><br> |
| <a href="../tasks/debugging.htm">Debugging a program</a> |
| </p> |
| |
| </body> |
| </html> |
| |