Stacktraces have problems with multiline function calls
-
I'm not sure if this is by design or a bug. But sometimes i write function calls with parameters in my program if they become long over multiple lines. I have noticed the stacktraces containing such function calls do not write the function call but only the last line of that function call.
For example this program:
produces this stacktrace
Shouldn't it at least try to mention the functionname instead of the last line of the function call ?
it's a very simple example to illustrate the problem. But if this is part of a bigger stacktrace you have no clue what ")" actually is in that part of the stack trace you have to go a and lookup the line
-
Thanks for the report! A fix will be coming with the next patch.