



How I can I easily look at Komodo's internal error log easily?
I've attached a Macro to this post that will launch Komodo's 'Watch File' tool set to watch the pystderr.log logfile. Just import this package into your toolbox and run the Macro to see the log file. If you have run into a problem with Komodo and are working with support to troubleshoot the problem running Komodo with this tool is ideal as you will be able to see when errors occur, and copy error messages easily out of the window.
To install the Toolbox package:
- go to Toolbox / Import package
- browse to the kpz file
- choose a destination directory ( I use ~/Documents/komodo )
- click 'Ok'
You should have a Macro in your Toolbox now called 'Komodo Error Log'. Double click on it to launch the Watch window displaying the Error log.
| Attachment | Size |
|---|---|
| WatchErrorLog.kpz | 1.06 KB |
To enable viewing of this log file in OS X's Console tool, you can create a symbolic link (ln -s ...) from:
/Users/<user>/Library/Logs...to the pystderr.log file in:
/Users/<user>/Library/Application Support/Komodo[IDE|Edit]/<version>\host-<hostname>\pystderr.log