开发者

Stack Trace Console in IntelliJ IDEA

开发者 https://www.devze.com 2023-04-11 20:34 出处:网络
Does IntelliJ have an equivalent to Eclipse\'s \"Java Stack Trace Console,\" where you can paste in a stack trace and it 开发者_运维百科will linkify it for you if it matches any of the source files in

Does IntelliJ have an equivalent to Eclipse's "Java Stack Trace Console," where you can paste in a stack trace and it 开发者_运维百科will linkify it for you if it matches any of the source files in your project?


⇧⌘A -> Analyze Stacktrace...

The clipboard content is automatically pasted in the window, so you can just press enter.


I think it maybe possible : Look here.

IntelliJ IDEA has a StackTrace Analyzer

Just click Analyze Stacktrace under the Analyze menu, and copy your stack trace in the dialog box. If your bug tracker or mail client corrupts stack traces (cut or wrap lines, etc.), simply click Normalize. - See more at: http://blog.jetbrains.com/idea/2006/08/analyzing-external-stack-traces/#sthash.zyEcrI1b.dpuf

You can also install stack trace unscramble plugins (Zelix Klassmaster/ProGuard) to make sense of scrambled stacktraces.


It's built into the console. When I get an exception in a JUnit test, I can click on any class in the stack trace and immediately go to the source line. No plug-in necessary.

I use the enterprise version 10, not the community edition.


As described here Analyze > Analyze Stacktrace

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号