App Engine Xdebug Session keeps stopping on setup.php

Hello,

Every time I start an Debug Session within PHPStorm with a Google App Engine project I keep hitting a non-existing breakpoint. The error is:

The script '/Users/andrew/Developer/google_appengine/tools/devappserver2/php/setup.php' is outside of the project.
{Click to set up path mappings}

This is with the PHP SDK 1.9.18.

How do I keep this from happening?

Cheers,
-Andrew

0
1 comment

Hi there,

Since you have not said if this script is part of the project or not .. and if you need to debug it ..

Settings | Languages & Frameworks | PHP | Debug | Force break at first line when a script is outside the project

0

Please sign in to leave a comment.