Message-ID: From: "Andris Pavenis" To: Robert Hoehne Date: Fri, 8 Jan 1999 16:14:32 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: RHIDE ctr-break CC: djgpp AT delorie DOT com In-reply-to: <369152E3.73EBA101@gmx.net> X-mailer: Pegasus Mail for Win32 (v3.01d) Reply-To: djgpp AT delorie DOT com On 4 Jan 99, at 22:46, Robert Hoehne wrote: > AcidBolt wrote : > > > > Does someone know how i can use rhide so when i run a program and press > > ctr+break > > it will get out of the program and show me where it stoped like in > > borlandc? > > This is currently not possible. It is not a special thing > related to RHIDE but to all DJGPP debuggers, since it is > currently not possible to hook such events only for the > debugged program (at least I think so). If someone knows > it better, please let me know, and I will use it in RHIDE. > Seems that I have fixed problems I had with SIGINT in Rhide. So a EXPERIMANTAL version of rhide-1.4.7 (binaries only, please get original RHIDE 1.4.7 for other files) is available from http://www.lanet.lv/~pavenis/rhide1471.zip Please note that You must debug program to be able to use this. Running with Ctrl-F9 from start is not enough (You must start debugging program at first). NOTE: Use Ctrl-C to interrupt program. You will not able to resume debugging after Ctrl-Break. Binaries seems stable for me but I haven't tested them much. As usually use binaries at Your own risk. I must thank Pierre Muller for patches to dbgcom.c I used to begin (I have done rather many additional changes there). There are still problems in more complicated situations (for example debugging exceptions support in debugger) but anyway I think this could be step in right direction. Andris To Robert: I'll send modified version of dbgcom.c in a separate message