My gutter icons don't show up
See original GitHub issueHi, I am having trouble with the gutter icons. The breakpoint icon shows up fine (always), but none of the other ones show up while debugging. I have uninstalled and reinstalled the xdebug package, and the problem continues.
I can step through my code without an issue. I can see line numbers change in the Xdebug stack, for instance. But my gutter icons remain invisible.
Here you can see a screenshot of Sublime.

I am running Sublime Text 3, build 305; debugger v2013.12.14.15.41.44; Apache 2.2.15; PHP 5.4.13 with Xdebug v2.2.3.
My .htaccess file has:
php_value xdebug.remote_host 10.2.1.101
php_value xdebug_enable 1
php_value xdebug.show_exception_trace 1
Thanks! Alan
Issue Analytics
- State:
- Created 9 years ago
- Comments:11 (2 by maintainers)
Top Results From Across the Web
Gutter Icons not showing uo – IDEs Support (IntelliJ Platform)
I am running Ultimate 2021.1.3 on Ubuntu 21.04. The gutter icons do not show up. I went to Settings->Editor->General->Gutter Icons.
Read more >Spring Gutter Icons not shown in Intellij IDEA 2018.2 Ultimate
I have everything set up correctly and no gutter icons appear. I've installed 2018.1.6, just for testing, and it worked fine.
Read more >Gutter icons not shown on IDEA 2019.1 for macOS Mojave #858
Go through the install; On IDEA, go to File/Project Structure. On Project Settings/Project click on New... Project SDK; Chose JDK and then ...
Read more >VS debugger gutter icons are not displayed
[severity:I'm frustrated, but able to complete my work] ... The instruction pointer, yellow arrow, does not appear in the gutter for the current...
Read more >Image/icon from xml is not showing as gutter icon in editor
I am expecting my xml images to show up as gutter images in editor, but they don't. See picture. RG. image_does_not_show.png. 16 KB...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Given the issue plagues specific files, I wanted to see what aspect of the code was causing issues.
Conclusion. I got back the current_line gutter icon on the file that didn’t work before, but I’m not sure why :p
Steps I took:
End of the day, contents of B.php is back to where it was in step (1), and I got my gutter icon back. Still not sure what caused the issue 😦
Hopefully this helps someone…
I found a solution to the problem and thought i’d share: -
https://github.com/martomo/SublimeTextXdebug/issues/171