Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » How to send ctrl+c signal to stop running?
How to send ctrl+c signal to stop running? [message #206541] Thu, 13 December 2007 05:41 Go to next message
Eclipse UserFriend
Originally posted by: chenal.naritech.cn

I use ctrl+c to stop my application in the shell. And today I find a
segmentation fault error after ctrl+c clicked. So I want to debug it in
the Eclipse.

How to send ctrl+c input signal to Debugger?

Allen
Re: How to send ctrl+c signal to stop running? [message #206550 is a reply to message #206541] Thu, 13 December 2007 05:47 Go to previous message
Eclipse UserFriend
Originally posted by: chenal.naritech.cn

Allen Chen 写道:
> I use ctrl+c to stop my application in the shell. And today I find a
> segmentation fault error after ctrl+c clicked. So I want to debug it in
> the Eclipse.
>
> How to send ctrl+c input signal to Debugger?
>
> Allen

Oh yes, I've got it!
Just kill the process in the shell.

But how to output and see the call stack?
Previous Topic:Extension point for Standard Make C Project Configuration
Next Topic:Preprocessor warning in JNI project
Goto Forum:
  


Current Time: Sun Nov 09 05:41:21 EST 2025

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

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

Back to the top