Menu

Missing line indicator within DBGp in 5.0.+

2008-07-23
2012-11-13
  • Dejan Kozina

    Dejan Kozina - 2008-07-23

    Hello all.
    I've just found out something strange after updating NPP to 5.0.2.
    Up to 4.9.2 when debugging PHP with the DBGP plugin (v. 0.0.8.16) a small green arrow in the sidebar marked the currently evaluated line, with the line itself being highlighted. Now the highlight stays put on the first line and the arrow is nowhere to be seen. Tested with 4.9.1, 4.9.2 (arrow is present in both), 5.0.0, 5.0.2 (arrow is missing in both). The debugging itself is running as expected, it's just the visual clue that's gone - same with Xdebug 2.0.0-5.2.2 and 2.0.3-5.2.5, same stuff also with previous version of plugin (0.7).
    Any idea?

     
    • eto

      eto - 2008-07-25

      Yes I am experiencing same glitch now too (after double chcecking). Right after you return from included file the tab with the calling file is only activated and you must click "step ...." one more time to get arrow back. Author should be notified, if he is not reading this already.

       
    • eto

      eto - 2008-07-24

      I have NPP 5.0.2 and DBGp plugin 0.0.8.16 and I see both tiny green arrow and highlighted line, try to disable all plugins besides DBGp and try again maybe it's plugins interaction.

       
    • Dejan Kozina

      Dejan Kozina - 2008-07-25

      Thank you for trying - it wasn't a plugin conflict! I managed to get the arrow back unchecking the "Use SOURCE command" option. One smaller annoyance, alas, stayed with me: when stepping out of an included file  I have to step over to the next line before the arrow shows up. That's new in 5.0.x - I've just double-checked with Portable NPP 4.9.1, where the arrow is there even with "Use SOURCE" checked and doesn't hide when stepping out of a file. Thank you anyway!