Komodo's sample project includes a number of programs in different languages. Use these sample programs to familiarize yourself with Komodo's functionality.
On Komodo's Start Page, click Open Sample Project. The Sample Project and its associated files will display on the Projects tab.
To open a sample program, double-click the file name on the Projects sidebar. The contents of the file will display in the Editor Pane.
Komodo includes sample programs written in Perl, Python, JavaScript, PHP, Tcl, and XSLT. Each program is annotated with comments and exercises that describe Komodo's language-specific features. Open the sample programs for languages that interest you, and read the comments to explore Komodo's editing features.
Komodo provides debugging support for Perl, Python, PHP, Ruby, Tcl and XSLT. Komodo works with the core language distribution for Perl, Python, PHP and Ruby to provide interpreter support. XSLT, on the other hand, is entirely self-contained. To debug the sample files for Perl, Python, PHP, Ruby and Tcl, you must configure the location of the language interpreter. See Configuring the Perl Debugger, Configuring the Python Debugger, Debugging PHP Configuring the Ruby Debugger, or Configuring the Tcl Debugger, for instructions. Then open the sample file for the desired language, and view the comments in the "Debugging" section. General debugging functionality is discussed below.