Activestate Komodo Debugger Configuration Wizard

Barry Pretsell's picture

Let's run through the wizard.

 

Debug wizard screen 1

Initial screen of the debugger wizard.

Click continue.

Debugger Wizard screen 2
Select the php to use in Installations found on your system field, this should be the one which has Xdebug.
Again for Setup this installation you should have the same value as the other selected field in this dialog.
Click the Continue button. Now in the next screen the INI file to be copied should be from a path below where the selected php executable is, while the Put debug version of ini at should be set to a directory somewhere below your home directory.
Debugger Wizard screen 3
Click the Continue button. The next screen asks us where our extensions directory is. The path here should be the same path as that specified in the previous screen under the Put debug version of ini at field.
Debugger Wizard screen - php extension directory

Click the Continue button. Here we can review the settings we have entered, and then click the Continue button.
Debugger Wizard screen 6
Finally we are informed that we have finished the installation.
Debugger Wizard screen 7

Now we just need to see what it has created and whether it works.