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 151005 - Debugging in Output Window does not work on MacOS
Summary: Debugging in Output Window does not work on MacOS
Status: RESOLVED DUPLICATE of bug 149736
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All Mac OS X
: P1 blocker (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-22 12:55 UTC by Egor Ushakov
Modified: 2009-06-25 10:59 UTC (History)
1 user (show)

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 Egor Ushakov 2008-10-22 12:55:08 UTC
On MacOS debugging does not work if output is in Output Window.
It starts but breakpoints do not work, step into also does not work.
Comment 1 Egor Ushakov 2008-10-22 12:57:51 UTC
The problem is that for some reason gdb on mac fails on
stream redirection:
109-exec-run < /tmp/gdbFifo0.fifo > /tmp/gdbFifo1.fifo 2>&1
109^error

I was unable to reproduce it in standalone gdb.
Comment 2 Alexander Pepin 2008-10-22 14:58:05 UTC

*** This issue has been marked as a duplicate of 149736 ***