CDT Debugger(gdb/mi) Console Bug [message #902966] |
Tue, 21 August 2012 12:45 |
anil kumar 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?.
|
|
|
Powered by
FUDForum. Page generated in 0.02869 seconds