In Intellij, no clickable links to file in stack trace

326 Views Asked by At

In my Java project, the stack trace in the debug console no longer offers clickable links to the source file, seemingly without any reason. Although clickable links are still present in the stack trace of my other IntelliJ projects, I am unsure of any changes that may have caused this issue in the current project. I have tried invalidate caches, removed .idea folder but not helpful.

invalidate caches, removed .idea folder

1

There are 1 best solutions below

0
CrazyCoder On BEST ANSWER

It's a known bug.

The fix is available in 2023.1.1+ versions.

If it's not the case, please contact support with a sample project to reproduce the issue.