X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Rugxulo Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP not respond to ctrl-s and ctrl-c Date: Mon, 16 Jan 2012 16:10:20 -0800 (PST) Organization: http://groups.google.com Lines: 19 Message-ID: <73d1b0b1-aee6-4c47-8304-5bfff57a0e50@m11g2000yqe.googlegroups.com> References: <0e995c2e-af63-4b2c-9e89-31ca359c5170 AT q7g2000pbg DOT googlegroups DOT com> NNTP-Posting-Host: 65.13.115.246 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1326759796 2262 127.0.0.1 (17 Jan 2012 00:23:16 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Tue, 17 Jan 2012 00:23:16 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: m11g2000yqe.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HNKRAUELSC X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.630.0 Safari/534.16,gzip(gfe) Bytes: 2025 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id q0H0j1ZN016692 Reply-To: djgpp AT delorie DOT com Hi, On Jan 15, 1:38 am, jimm wrote: > > I debug my DJGPP apps from windows.  windows apps respond quite well > using  ctrl-s and ctrl-c.  but not anything related to or generated by > DJGPP.  once in a great while it might respond if I keep hammering at > it incessantly. I'm not very experienced with signals, SIGINT etc., but what are you trying to do? Besides, WinNT-based OSes aren't exactly perfect for DJGPP, sadly, so I'm not surprised it's quirky. > usually a check for break occurs during stdio.h output routines or > iostream cout or maybe cerr output I was told. Were you expecting Ctrl-Break, perhaps? That should work anywhere at any time, more or less (right??). See DJGPP's port of GNU Emacs.