N
N
nyver2013-09-18 17:03:14
Java
nyver, 2013-09-18 17:03:14

Why does the Remote Debug of a web application hang for all users?

Why, when stopped at a breakpoint during Remote Debug (-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=XXXX), none of the users can continue to use the web application (open jsp in which there are no breakpoints or call servlets , which are not related to the one in which the breakpoint was triggered)?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
SergeyGrigorev, 2013-09-18
@SergeyGrigorev

Because by default all threads are blocked. When setting a breakpoint, set thread instead of suspend in its settings (in Intellij Idea, for example)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question