Print debugging
Komodo includes support for working efficiently with print statements in your code. It allows you to quickly add print statements using standardized formatting, and adds an icon next to the line number that allows you to quickly locate the print statements in a file.
- Select the line of code, or particular section of code, you want to add the print statement to and
Ctrl+click
the margin to the left of the line number. The print statement is added to the line below the selected code.
Customizing print debug statements
You can customize the formatting of print debugging statements for individual languages by modifying the code snippet for the language.
- Select View > Tabs & Sidebars > Toolbox.
- Expand the Print Debugging folder.
- Right-click the snippet you want to edit and select Edit Snippet.
- Make any necessary changes and save the file. The snippets include one or more
[[%t]]
statements which copy the selected text into the print statement.