Silas2
- Total activity 82
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 19
-
Created Exception Breakpoints not being hit
Can anyone explain why I'm getting this, unfortunately the exception shown here did NOT stop on the breakpoint, I had to step into the code to find it (20mins!) I have set xdebug.default_enable=1 a... -
Created Breakpoint colours
I just can't find out why my breakpoint has gone yellow. It doesn't seem to be getting hit, its not suspended, but its yellow? I can't find anything in the docs about breakpoint colours. -
Created Break on handled exceptions
AnsweredCan you break on handled exceptions? I mean when you're working on code with full error handling, you want the code to break at the error point rather than get bubbled up to the error handler. -
Created Extracing Fields
When you implement an interface with loads of getters/setters can you include a private module level $_field ? e.g. getId()/setId() accessing private $_Id? -
Created Just can't break in CLI
AnsweredI've read this page over and over but I can't seem to get the code to break in the Terminal calling a Magento CLI command https://confluence.jetbrains.com/display/PhpStorm/Debugging+PHP+CLI+scripts... -
Created 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="XDebuggerMana... -
Created Auto-Import not always
I'm using Magento 2 which I assume is fully namespaced and I've checked all the 'Enable...xs" under PHP in Editor-Auto Import but the context menu popup to import only pops rarely. I'm following a... -
Created Set Next Statement
Is it fair to say that this doesn't yet exist? I've looked around other people asking this but there seems no clear Y/N. Is it because xdebug can't handle it? -
Created PPHStorm WebServer newbie Q.
When I configure 'PHP Built In Web Server', i get an enabled 'Run' button but it appears that the debugging happens in the IDE as a response to a request so why the 'Run' button? If I multiple-clic...