java - When does the (eclipse) debugger stop after clicking the suspend button? - Stack Overflow

I have some code that I would like to be performant.I rewrote that code to not allocate objects (as mu

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.

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744085180a4556038.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信