Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » CDT Debugger(gdb/mi) Console Bug
CDT Debugger(gdb/mi) Console Bug [message #902966] Tue, 21 August 2012 12:45
anil kumar is currently offline anil kumarFriend
Messages: 17
Registered: January 2012
Junior Member
i am working on remote C/C++ projects , while running the C/C++ projects using debug as ,project will open the terminal (DOS Console) and we can able to debug the program ,even if program having "cout" statement and apply step-in function ,it is running fine, the output we can able to see in the console(Dos console),then i change the code to get the output at Eclipse Console and i try to see the output at Eclipse console the "cout" statement and apply step-in function ,the output for simple helloworld.cpp is
"!!!Hello World!!!115*stopped,reason="end-stepping-range",thread-id="1",frame={addr="0x0000000004004fd1",func="std::ios_base::width(long)",args=[{name="this"},{name="__w"}],file="/opt/aCC/include_std/rw/iosbase",line="308"}"

my basic doubt is ,CDT fully support the Terminal(Dos Console) only while Debugging and not for eclipse console?is there is any bug raised?.


Previous Topic:Building confusion using C++
Next Topic:CDT UI - What does this icon mean?
Goto Forum:
  


Current Time: Wed Oct 09 13:22:33 GMT 2024

Powered by FUDForum. Page generated in 0.02869 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top