Martijn Dijkhuizen

Results 24 comments of Martijn Dijkhuizen

Did you perhaps change the `debug_layout` or `disable_layout` settings? I'm not sure I understand what is the issue, I need more information on how to reproduce this. Do you change...

@revolt666 With 'changing the layout' I mean, that you resized the Xdebug and/or file views in Sublime Text.

@revolt666 and @r0w4n upon changing the 'debugging' layout it will forget your previous layout state. Therefore resulting with the 'modified' layout. When I developed this, I assumed the end-user would...

It only re-appears on switching windows (Alt+Tab)? What about if you switch between views in Sublime Text (Ctrl+Tab)?

@oddietaco Are you using any other gutter packages? What about if you switch to another random view and back to the active debugged script view. Does the icon show in...

@gubarazer Do you have multiple instances of Sublime Text running?

@kbasarab Which version of the Xdebug extension do you have installed? Can you add the following configuration settings to your xdebug.ini: ``` ini xdebug.remote_mode = req xdebug.remote_connect_back = 1 ```...

It might be that the path_mapping is misconfigured, make sure the paths are absolute and have the absolute folder path opened in Sublime Text. What about if you open the...

Either *.sublime-project or Xdebug.sublime-settings will do, just keep in mind that *.sublime-project overwrites **path_mapping** from Xdebug.sublime-settings. Are you using any PHP frameworks?

Perhaps your code is causing warning exceptions to be thrown. You can disable this by setting `break_on_exception: false` in your .sublime-settings/.sublime-project.