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

Summary: MinGW: "Standard Output" doesn't work in debug mode
Product: cnd Reporter: soldatov <soldatov>
Component: executionAssignee: ilia
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Windows 8   
Issue Type: DEFECT Exception Reporter:

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.