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 233420

Summary: Implement debugging in Internal terminal on windows
Product: cnd Reporter: cnetbeans
Component: DebuggerAssignee: Maria Tishkova <mromashova>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.3.1   
Hardware: PC   
OS: Windows 7 x64   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: Internal Terminal is not suported in Win7, 64 Bit

Description cnetbeans 2013-07-25 12:31:09 UTC
Created attachment 137788 [details]
Internal Terminal is not suported in Win7, 64 Bit

Hello, 

During C debbuging in NetBeans 7.3.1 with Internal Terminal selected, there I got the message: 

Selected console type is not supported in your configuration, using External terminal instead

I have MinGW Toll Collection. 

Please, chekc it.... 

Regards, 


Product Version: NetBeans IDE 7.3.1 (Build 201306052037)
Java: 1.7.0_25; Java HotSpot(TM) 64-Bit Server VM 23.25-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_25-b17
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
User directory: C:\Users\Monika\AppData\Roaming\NetBeans\7.3.1
Cache directory: C:\Users\Monika\AppData\Local\NetBeans\Cache\7.3.1


C Compiler: gcc.exe (GCC) 4.7.2
C++ Compiler: g++.exe (GCC) 4.7.2
Fortran Compiler: Tool not found
Assembler: GNU assembler (GNU Binutils) 2.23.1
Make Tool: GNU Make 3.81
Debugger: GNU gdb (GDB) 7.5
QMake Tool: Tool not found
CMake Tool: Tool not found
Comment 1 Jiri Kovalsky 2013-07-25 12:42:05 UTC
Reassigning to CND module.
Comment 2 cnetbeans 2013-07-25 12:55:12 UTC
Is there the same bug in the Beta version 7.4? I like to have Internal Terminal due to debbuging process, due to there is no extra window on the screen.
What is the solution?
Comment 3 Egor Ushakov 2013-07-25 13:50:33 UTC
Not a bug in the IDE.
Current implementations of cygwin and mingw does not allow that (or it works but with many restrictions).
We may consider implementing it later when cygwin and mingw are ready.