英文:
In Intellij, no clickable links to file in stack trace
问题
在我的Java项目中,调试控制台中的堆栈跟踪不再提供可点击的源文件链接,似乎没有任何原因。尽管在我的其他IntelliJ项目的堆栈跟踪中仍然存在可点击的链接,但我不确定在当前项目中可能导致此问题的任何更改。我已尝试无效的缓存,删除了.idea文件夹,但没有帮助。
英文:
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
得分: 0
这是一个已知的问题。
修复程序在2023.1.1+版本中可用。
如果不是这种情况,请使用一个示例项目联系支持以重现该问题。
英文:
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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论