ActiveState Community

Unable to "Simulate CGI Environment"

Posted by philipo on 2009-10-21 18:44

Please let me know under which conditions we are unable to select "Simulate CGI Environment" because it's unavailable to me (grayed out) as this is an important step while following the tutorial.

This is using PHP 5.3.1-RC2 CLI, XDebug 2.1.0-dev and Komodo build 35323 (snapshot from Oct 21, 2009).

PHP is setup to use the above CLI and XDebug is enabled, as /path/given/to/komodo/php -v says so. And, komodo added the various settings within the associated php.ini file so I'm at a loss here. The setup wizard makes me feel the setup is correct (a green checkmark with an associated "php is configured for debugging" ...

ericp | Thu, 2009-10-22 10:47

For PHP, the "Simulate CGI Environment" tab is set only
when the interpreter is using the CGI interpreter, as opposed
to the CLI interpreter, which you've mentioned.

What happens if you first configure Komodo to debug php-cgi,
and then try debugging?

- Eric