UE Debug window show position of error
Sometimes in Jade there were will be several statements on a line, e.g. Concatenating a string. If there is an exception and you click debug it will highlight the line (see picture.)
Jade must know at least the source position because it is shown in the stack history. Could Jade also highlight the position on the line that the exception occurred on? e.g. nullObject will be highlighted in the picture, or if the error length isn't available then the n of nullObject?