Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » A defect of Eclipse
A defect of Eclipse [message #152235] Wed, 24 August 2005 21:13 Go to next message
Eclipse UserFriend
Originally posted by: sanduoren.yahoo.com.cn

The following program will wait for an input to go on. Now while the
program is waiting, I modify the program's code and rebuild. The result is
the executing program can't be stopped from console(The button "terminate"
disappeared), so I must kill the process by windows task manager. I think
the behaviour doesn't seems convenient.

My environment: Eclipse3.1 + CDT 3.0 + Mingw 4.1.0
int main(void)
{
cout << "before" << endl;

cin.get();

cout << "after" << endl;
return 0;
}

Best wishes!
Re: A defect of Eclipse [message #152237 is a reply to message #152235] Wed, 24 August 2005 23:02 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: yassin.hotmail.com

assuming you did the built after you run your executable
unless you cash your output the linker will not be able to open
the executable file.
you should have two console outputs one for your executable and
the other for the built
you should be able to select between them and terminate whatever process
you like
Re: A defect of Eclipse [message #152367 is a reply to message #152235] Fri, 26 August 2005 05:19 Go to previous message
Eclipse UserFriend
Originally posted by: steffen.heinzl.informatik.fh-fulda.de

"CDTBeginner" <sanduoren@yahoo.com.cn> schrieb im Newsbeitrag
news:a08879ae0cf0055cdbe357848636c7f5$1@www.eclipse.org...
> The following program will wait for an input to go on. Now while the
> program is waiting, I modify the program's code and rebuild. The result is
> the executing program can't be stopped from console(The button "terminate"
> disappeared), so I must kill the process by windows task manager. I think
> the behaviour doesn't seems convenient.
>
You can change to the Debug perspective. There the stop button appears
again.

Regards,
Steffen
Previous Topic:Temporary breakpoint insert
Next Topic:CDT 3.0 Now Available
Goto Forum:
  


Current Time: Tue May 13 02:19:32 EDT 2025

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

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

Back to the top