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 191464 - No program output while debugging
Summary: No program output while debugging
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords:
: 189549 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-10-29 12:25 UTC by Alexander Pepin
Modified: 2017-04-08 03:06 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 Alexander Pepin 2010-10-29 12:25:32 UTC
After switching to common debugger program output does not appear.
Steps to reproduce:
- create any sample e.g. Welcome
- check that Console type is set to Default
- do step into and perform 
Result: No output terminal window appears. If user sets Console type to Output Window the Output Window does not appear either. If a user chooses Internal terminal it appears but does not show any output.
Comment 1 Egor Ushakov 2010-11-01 15:12:23 UTC
now process output always go to Process I/O (Window/Debugging)
Comment 2 Egor Ushakov 2010-11-01 15:15:31 UTC
*** Bug 189549 has been marked as a duplicate of this bug. ***
Comment 3 Egor Ushakov 2010-11-03 11:20:34 UTC
now output goes to the output tab, not PIO:
http://hg.netbeans.org/cnd-main/rev/0bf1c454c6c8
external terminal and output window - coming
Comment 4 Egor Ushakov 2010-11-09 16:05:49 UTC
implemented external terminal and output window modes:
http://hg.netbeans.org/cnd-main/rev/70ee7d63e299
http://hg.netbeans.org/cnd-main/rev/52d9b67e51b8
Comment 5 Quality Engineering 2010-11-10 06:12:44 UTC
Integrated into 'main-golden', will be available in build *201011100000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/70ee7d63e299
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixing #191464 (No program output while debugging) - external terminal
Comment 6 Quality Engineering 2010-11-11 06:11:03 UTC
Integrated into 'main-golden', will be available in build *201011110000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/e6aef0c9b7b2
User: Egor Ushakov <gorrus@netbeans.org>
Log: loose ends for #191464 (No program output while debugging)
Comment 7 Quality Engineering 2017-04-08 03:06:55 UTC
Integrated into 'main-silver', will be available in build *201704080002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/c705545cd82e
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixing #191464 (No program output while debugging) - output should go to output tab,
keep PIO for dbxtool