Use case
When writing tests in vscode, finding the line that causes the problem is not very convenient.

The test exception is displayed at the very top of the function, which is more of a distraction than a help, especially in larger test functions.
The debug output does not highlight the causing line either.
Displaying the error message at the correct line and highlighting the line in the debug output text would make testing DX much easier.