IntelliJ debugger gets stuck

后端 未结 5 797
死守一世寂寞
死守一世寂寞 2021-02-02 07:38

I\'m debugging a normal Java application, no GUI, just a lot of computations and ~5 calls in the stack for the main thread when the problem occurs. Basically it keeps saying \"C

5条回答
  •  余生分开走
    2021-02-02 08:12

    On IntelliJ (2017.1.4 Community Edition), the following fixed the problem for me:

    • File->Settings
    • Type in "toString"
    • Navigate to Build, Execution, Deployment->Debugger->Data views->Java
    • Find the "Enable 'toString()' object view:" checkbox
    • Uncheck the box

    Re-run the debugger.

提交回复
热议问题