YoannBuch / jive

Automatically exported from code.google.com/p/jive

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Threads in Debug view shown as suspended when running

GoogleCodeExporter opened this issue · comments

When running multi-threaded programs, some threads are shown as suspended in 
the Debug view when they are actually running.  This does not occur in 
Eclipse 3.3 but does occur in Eclipse 3.4 and later.  It is likely a result 
of a change made to JDT Debug's JDIThread class (revision 1.183):

http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jdt.debug/model/org/ecli
pse/jdt/internal/debug/core/model/JDIThread.java?
r1=1.182&r2=1.183&diff_format=l

Original issue reported on code.google.com by jkczyz%b...@gtempaccount.com on 10 Apr 2010 at 11:46

Original comment by jkczyz%b...@gtempaccount.com on 11 Apr 2010 at 12:55

  • Changed state: Started
Committed to trunk in r13 after reviewed in issue 7.

Original comment by jkczyz%b...@gtempaccount.com on 14 Nov 2010 at 2:50

  • Changed state: Fixed