Xpages script editor: where are the line numbers?!?

I just found out that I can do error handling with try…catch blocks and print errors to the console.log. These errors are printed with a line number as they should, that’s fine.

But then in the script editor - where do I see line numbers?!?

What if I have hundreds lines of code and I get the message that I have an error in line 385? How do I find this line?

Subject: Ctrl-L brings up the Goto Line dialog

In the client JS editor, right clicking in the vertical ruler area shows a context menu from where you can switch on the Line numbers.

The same does not work for the server JS editor. But doing Ctrl-L does show the Goto Line dialog in both editors.

Subject: Cool…

Subject: