question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

My gutter icons don't show up

See original GitHub issue

Hi, 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.

devicefamily_php__head

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:open
  • Created 9 years ago
  • Comments:11 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
johnathanzcommented, Oct 8, 2014

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:

  1. Found file A.php that had the gutter icon
  2. backed up file B.php that didn’t have the gutter icon
  3. Overwrote contents of B.php with A.php. Tested XD. Works
  4. Incrementally took chunks of code from backups of B.php and put it back into B.php and tested XD to determine culprit code block
  5. After chunking back up of B.php into 10 chunks, and running XD with each code chunk added to B.php

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…

0reactions
underfloorheatcommented, May 3, 2017

I found a solution to the problem and thought i’d share: -

https://github.com/martomo/SublimeTextXdebug/issues/171

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found