admin 管理员组文章数量: 1086019
I have some code that I would like to be performant.
I rewrote that code to not allocate objects (as much as possible).
Now, when I run that code in Eclipse and I hit the suspend button the debugger always shows the same line of code. (A line without breakpoint.) (In all threads.)
(I would think, if my code is performant that the debugger would stop at random places in the code.)
As soon as I hit the suspend button, what does the debugger still do until it shows me the "currently" executing code?
How does the debugger work?
Does the debugger stops at the slowest line of code?
I don't know whether this is relevant but I use Graal.
本文标签: javaWhen does the (eclipse) debugger stop after clicking the suspend buttonStack Overflow
版权声明:本文标题:java - When does the (eclipse) debugger stop after clicking the suspend button? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://roclinux.cn/p/1744085181a2530990.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论