Eran Ifrah

Results 190 comments of Eran Ifrah

which version of CodeLite did you pack?

the problem is that there is no persistent id that we can use to associate the ui element with the debugger data. I believe this is doable for watches, but...

I am pretty sure this was fixed already in recent versions. I will re-check this

can you give an example? I did try that and it seems to work...

From the log that you provided, it seems that there are no breakpoints to apply: ``` [11:05:01:439 DBG] [Main] CodeLite >>> Applying breakpoints [11:05:01:439 DBG] CodeLite >>> feature_set -n max_depth...

Tried that on Ubuntu 20.04 with PHP 7.4 and XDebug-v2.9.2 - seems to be working. In your xdebug log (for CodeLite), I am missing the line that says: `breakpoint_set ...`...

This means that `ctagsd` and probably `codelite-ctags` are not working properly for you. Can you confirm that they are working properly? (e.g. run: `/usr/bin/codelite-ctags --version`)

I am not sure I understand the problem can you provide an screenshot and way to reproduce this?

Thanks for the reproduction code. Holding the mouse left button down instead of clicking 4-5 times is a more reliable way to reproduce this Looking into this