Silas2
- 活动总数 82
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 19
-
创建于 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... -
创建于 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. -
创建于 Break on handled exceptions
已回答Can 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. -
创建于 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? -
创建于 Just can't break in CLI
已回答I'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... -
创建于 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... -
创建于 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... -
创建于 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? -
创建于 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...