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 - Implement debugging in Internal terminal on windows
Summary: Implement debugging in Internal terminal on windows
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.3.1
Hardware: PC Windows 7 x64
: P3 normal (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-25 12:31 UTC by cnetbeans
Modified: 2016-07-06 14:39 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Internal Terminal is not suported in Win7, 64 Bit (70.57 KB, image/png)
2013-07-25 12:31 UTC, cnetbeans
Details

Note You need to log in before you can comment on or make changes to this bug.
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.