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 270047 - MinGW: "Standard Output" doesn't work in debug mode
Summary: MinGW: "Standard Output" doesn't work in debug mode
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: execution (show other bugs)
Version: 8.2
Hardware: PC Windows 8
: P3 normal (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-10 14:56 UTC by soldatov
Modified: 2017-04-03 08:17 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 soldatov 2017-03-10 14:56:12 UTC
It is a old behavior, but I think we can re-investigate this scenario. Test launches debugger and checks output. On Windows/MinGW I can use "External terminal" only.

Scenario:
- Create "Input Output Application" sample
- Call Project Properties window
- Set Run|Console Type = Standard Output
- Launch project
==> ok
- Push Step Into
==> "Selected console type is not supported in your configuration, using External terminal instead" window appears.

Is it true warning? For example I can use "Debugger Console" tab and I can use "Standard Output" in Run mode.