|
|
|
|
|
Re: Arguments for Run vs Debug [message #746354 is a reply to message #744725] |
Sun, 23 October 2011 07:21  |
Eclipse User |
|
|
|
Hm, I am really puzzled. With an Eclipse experience of three days I do not really feel comfortable opening a bug. However, even this simple program reproduces the problem:
#include <stdio.h>
#include <stdlib.h>
int main(void) {
char text[100];
printf("Enter some text: ");
fscanf(stdin,"%s", text);
printf("\n %s \n",text);
return EXIT_SUCCESS;
}
Maybe you guys could try it out as well, when entering the text not from the console but from some file with argument <textfile in Run configuration.
In bugzilla I have to specify a CDT component. Which one should it be?
The bug is so basic, I can hardly believe nobody noticed it before. I tried different version of Eclipse - always there...
|
|
|
Powered by
FUDForum. Page generated in 0.03682 seconds