X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com From: "Gerrit van Niekerk" Organization: GPvNO To: djgpp AT delorie DOT com Date: Fri, 21 Mar 2008 12:31:07 +0200 MIME-Version: 1.0 Subject: Debugging Real Mode Callbacks Message-ID: <47E3AA8B.23898.250E4D2@gerritvn.gpvno.co.za> X-mailer: Pegasus Mail for Windows (4.41) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Reply-To: djgpp AT delorie DOT com Is there a way to debug Real Mode Callback functions? GDB, FSDB and EDEBUG32 all hang up when a breakpoint is hit in a RMCB function and that is understandable as interrupts are disabled. I am looking for something like SoftIce which does not need DOS to operate.