[SOLVED] Defold editor > links not available in the console (bug?)

Hi

Not sure this is a bug, but the issue seems pretty new…

In the editor, until very recently, when I had an error displayed in the console, some links were sending me to the scripts (and the exact lines) in question, which was very convenient.

After a recent update, it looks like some links are not available so I have to open the scripts manually and scroll down until I find the line in question.

And to be honest, I find it very annoying and inconvenient…

Is this normal? Is this a bug? (if so, I’ll report it as such)

This is a bug. It must have been introduced recently when we fixed a debugger issue (https://github.com/defold/defold/pull/6267)

1 Like

Ok thanks!