[5.9.0] Stack Trace for failures is missing links to failed lines of code

[5.9.0] Stack Trace for failures is missing links to failed lines of code

**## Operating System: **MacOS / Windows 10

**## Katalon Studio Version: **5.9.0

**## Katalon Studio logs: **

## Steps to reproduce

Run a test case that fails, even just “assert false”

**## Expected Behavior
**
The stack trace should have a link to the failed code at the bottom that the user can click on and opens that script at the failed line.
**
## Actual Behavior
**

The stack trace is displayed, but there are no links to the failed code.

Capture.PNG

Actually they are clickable links. It’s just that the underline is missing.

I have a test that is failing. In the code it is line 64 but in the left pane of the Log Viewer it is showing it as 25.

This is in addition to there being nothing in the right pane that is clickable.

Still having this same issue in 6.2.0 RC1. If I navigate through the entire Log Viewer to the step that failed, I can click a link for that 1 step, but from the head of the failed test case, I cannot click to open the line in the test case file that failed and there isn’t any link either for any tests that that test called or methods or anything else. This is a huge problem for debugging failures. For this reason, most of our engineers are still using 5.8.X. Can we at least disable the new log viewer and use the old one?