Silas2

Avatar
  • 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...
    • 1 follower
    • 1 comment
    • 0 votes
  • 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.
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    Break on handled exceptions

    Answered
    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.
    • 5 followers
    • 7 comments
    • 0 votes
  • 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?
    • 2 followers
    • 6 comments
    • 0 votes
  • Created

    Just can't break in CLI

    Answered
    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...
    • 2 followers
    • 7 comments
    • 0 votes
  • 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...
    • 2 followers
    • 2 comments
    • 0 votes
  • 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...
    • 3 followers
    • 4 comments
    • 0 votes
  • 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? 
    • 2 followers
    • 1 comment
    • 1 vote
  • 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...
    • 2 followers
    • 1 comment
    • 0 votes