Message-ID: <385679CF.1344CA2D@online.de> Date: Tue, 14 Dec 1999 18:09:35 +0100 From: Gero Timann X-Mailer: Mozilla 4.7 [en] (Win95; I) X-Accept-Language: en,de,fr MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: RHIDE problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: a6221.pppool.de X-Original-NNTP-Posting-Host: a6221.pppool.de X-Trace: 14 Dec 1999 11:31:15 -0600, a6221.pppool.de Lines: 18 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello RHIDE-Experts and greetings to all djgpp fans ! I'm developing a program, which also reprogram the keyboard-controller. My problem now, if during running the program under RHIDE a breakpoint arrived, the keyboard environment isn't restored to default and the debugger is useless -> the keyboard doesn't function. (Similar problems appear, if i redirect the mouse-handler to my own handler) My question now: Which way uses RHIDE during a breakpoint-event ? -> Which exception-number is called by RHIDE beginning a debugging- session (INT 3 seams wrong)? How can i insert an own handler in this procedure for reinstall the default keyboard-handler at the begin of the debugging-session and restore my handlers after all? Many thanks for your help, Gero