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]
Please sign in to leave a comment.
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
DaaaDaaaa!!...Thank you so much, that's it.