Multiline strings affect display of stacktraces, line numbers + error line program jumps to in code in editor
-
It seems multiline strings affect the display of stack traces as well as the line fuze jumps to after displaying an error. In my program errors were reported always by X nr of amount of lines before the line where the real error was and it seems it was caused by multiline strings.
Consider this program:
when you execute it you get these totally wrong stack traces. In a bigger project they give you really weird results and confuse me a lot
the cause is the multiline string. If i change it to just a single line string
the program indicates correct line numbers and also jumps correctly to the line containing the error
-
Thanks for the report! A fix will be coming with the next patch.