| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| <html> |
| <head> |
| <meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2007. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." > |
| <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
| <meta http-equiv="Content-Style-Type" content="text/css"> |
| <link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css"> |
| |
| <title>Debugger</title> |
| </head> |
| |
| <body> |
| <h1>Debugger</h1> |
| <p>The Tcl development toolkit uses ActveState Debugging engine that enables you to detect and diagnose errors in your programs.</p> |
| |
| <p>The debugger allows you to control the execution of your program by setting breakpoints, suspending |
| launched programs, stepping through your code, and examining the contents of |
| variables.</p> |
| |
| <p><img border="0" src="../images/ngrelc.png" alt="Related concepts" ></p> |
| <p> |
| <a href="../concepts/concepts-1.htm">Tcl development tools</a><br> |
| <a href="../concepts/cbrkpnts.htm">Breakpoints</a><br> |
| <a href="clocdbug.htm">Debugging</a></p> |
| |
| </body> |
| </html> |
| |