How to show full stack trace on eclipse?

前端 未结 7 1259
忘掉有多难
忘掉有多难 2020-12-01 20:20

I\'m using Eclipse to debug a Java application. Somewhere in the code I get an exception and the stack trace:

Caused by: java.io.EOFException: The connection         


        
7条回答
  •  南方客
    南方客 (楼主)
    2020-12-01 21:21

    We might be diverging from the actual problem he's facing. I was having similar problem and it turns out I had my Limit console out put box check marked. After I removed it I was able to see the full stack trace. Steps: Right click on console || ctrl + click if mac go to preferences and follow the above instructions

提交回复
热议问题