A simple walkthrough of using the debugger to debug a simple, but broken, bit of code:
Other Common Tools Tutorials
If you enjoyed this tutorial, you may be interested in these, as well:
System Browser—An overview of the browser, introducing the various panes, what they are showing, and how the tool is used.
Core Browser Usage—A simple walk-through of using the browser to create something simple, such as a “hello world” application.
Inspector Tool—An overview of the inspector tool, used to look over objects that you have created.
Debugger—An overview of the debugger, introducing the various panes, what they are showing, and how the tool is used.
Code Recovery—How to use the change list tool to recover code that you thought you had lost.
Version Control—How to create a source code repository and get started using it. With an overview of what databases you can use for the repository itself.
Process Monitor—How to tell what’s going on in your Smalltalk image, and deal with processes that you would like to kill.
Related posts:
Tutorial: Common Tools – Version Control How to create a source code repository and get started using it. With an overview of what databases you can use for the repository itself: Other Common Tools Tutorials If you […]...
Tutorial: Common Tools – Debugger Overview An overview of the debugger, introducing the various panes, what they are showing, and how the tool is used: Other Common Tools Tutorials If you enjoyed this tutorial, you may […]...
Tutorial: Common Tools – Core Browser Usage A simple walk-through of using the browser to create something simple, such as a “hello world” application: Other Common Tools Tutorials If you enjoyed this tutorial, you may be interested in […]...
Tutorial: Common Tools – System Browser An overview of the System Browser, introducing the various panes, what they are showing, and how the tool is used: Other Common Tools Tutorials If you enjoyed this tutorial, you may […]...