Code breaking without breakpoint.

Using the latest build PHPStorm, and for some reason the code it is breaking but I've cleared all the breakpoints - as per screen shot.

Here's my workspace.xml

[code]

<component name="XDebuggerManager">
<breakpoint-manager>
<breakpoints>
<breakpoint enabled="true" type="php-exception">
<properties name="HttpException" />
<option name="timeStamp" value="5" />
</breakpoint>
</breakpoints>

[/code]

 

0
2 comments

Hi there,

The screenshot tells that the file that triggered the debug session is outside of the project.

For such cases (e.g. forgotten to provide path mapping / file is in excluded folder etc) there is special option .. to break on first code line.

Settings/Preferences | Languages & Frameworks | PHP | Debug

0

DaaaDaaaa!!...Thank you so much, that's it.

0

Please sign in to leave a comment.