Is it possible to word wrap in the Java stack trace console in Eclipse?

When I paste a Java stack trace into the Java stack trace console in Eclipse, it all gets pasted as one long line. I didn't find an option to word wrap inside the Java stack trace console.

Is there any way to do this?


The currently working solutions in Eclipse Oxygen:

  • Permanently: Right click on console window -> Preferences -> Run/Debug -> Console -> "Fixed width console"
  • Temporarily: Right click -> Word Wrap
  • 链接地址: http://www.djcxy.com/p/81960.html

    上一篇: 为什么我会通过AngularJs发布400个不好的请求?

    下一篇: 是否有可能在Eclipse中的Java堆栈跟踪控制台中进行换行?