Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is JDebugTools debugging thread model?

0
10 Posted

What is JDebugTools debugging thread model?

0
10

When the target JVM is suspended (such as hitting a breakpoint, catching an exception in the debugger, hitting a watchpoint, stopping on a thread start/death, class prepare/unload or method entry/exit debugging event, or clicking on the Suspend All button), all threads in the target JVM are suspended. When the target JVM is resumed (such as single stepping, or clicking on the Resume All or Run to Cursor buttons), all threads in the target JVM are resumed. When the target JVM is suspended, you can switch the debugging context between threads, by clicking on a thread in the Threads panel.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123