This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 147601 - Threads switching does not work
Summary: Threads switching does not work
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
: 174017 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-09-18 14:06 UTC by Martin Krauskopf
Modified: 2011-01-28 20:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Krauskopf 2008-09-18 14:06:36 UTC
In fast debugger. Likely it never worked. But kind of supposed. So filling as a bug. The problem is that the NetBeans
code checks whether thread is *suspended*, but there will never be more then one thread suspended by the backend, since
it 'cheats':

  thread_switch = set_step_next + resume

Not sure about TM, setting for 'future' now.
Comment 1 Erno Mononen 2009-10-08 12:45:02 UTC
*** Issue 174017 has been marked as a duplicate of this issue. ***