Breakpoints in other threads

I was debugging some threads in an application and noticed the behaviour that breakpoints are ignored in other threads while stepping.
I noticed this both in Intellij IDEA 7.04 and 8.1.2

I found an older discussion about this and it seems to be by design. Although I can understand this behaviour it would be nice
to have the option to step over something and let breakpoints in other threads work (maybe by another keyboard combination).
Has there been a feature request for this? Is something planned?

In the older discussion it was also suggested that "run to cursor" did let the other breakpoints work, but unfortunately that does not seem to work too.

0
Avatar
Permanently deleted user

Hi,

Clic right on the break point you have the option Suspend – All or Thread.

Tick Thead and then every time the breakpoint is reached in another Thread you´ll see a small popup asking you if you want to switch to that thread.

That way my debugger reach all the breakpoint in any threads.

0

请先登录再写评论。