Community
Participate
Working Groups
Created attachment 171111 [details] proposed fix code from HEAD if you are debugging a script with a very long name - which can happen quite easily if the script is generated - you have to do a lot of scrolling in the debug view to see the name of loaded scripts / stack frame info. We should shorten really long names. The patch proposes to fix this problem by shortening names that surpass a given threshold by removing middle characters in the name and replacing them with '...'.
applied to HEAD, please verify Simon
Looks good.