Debug eclipse IDE itself

前端 未结 5 1239
别跟我提以往
别跟我提以往 2020-12-14 13:21

I would love to learn how to debug eclipse IDE. Back to the time when I was using VS for .NET development, I can attach VS to a process at anytime and start to trace down th

5条回答
  •  借酒劲吻你
    2020-12-14 13:49

    There's a thread about finding cause of a freezing Eclipse.

    One of the solutions suggests starting Eclipse with -consolelog option. This might be useful for taking a quick glance on what's going on (before doing actual debugging).

提交回复
热议问题