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 193743 - Few processes in Attach Debugger dialog on Windows/msys
Summary: Few processes in Attach Debugger dialog on Windows/msys
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.0
Hardware: PC Windows XP
: P2 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2010-12-22 15:56 UTC by Alexander Pepin
Modified: 2011-01-13 07:59 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 Alexander Pepin 2010-12-22 15:56:57 UTC
Windows XP + msys

Steps to reproduce:
- create Quote sample
- set Standard Output as a console type
- run the project
- call Attach Debugger
Result: Attach debugger dialog shows only "/bin/ps" and "/bin/sh" but does not show desired "quote" process. Previously we had "Show all processes" checkbox to workaround this issue.
Comment 1 Egor Ushakov 2011-01-12 15:31:14 UTC
fixed in:
http://hg.netbeans.org/cnd-main/rev/84c94e656c53

now we show all processes on windows
Comment 2 Quality Engineering 2011-01-13 07:59:55 UTC
Integrated into 'main-golden', will be available in build *201101130001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/84c94e656c53
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixed #193743 (Few processes in Attach Debugger dialog on Windows/msys) - show all processes on windows