From: Nate Eldredge Newsgroups: comp.os.msdos.djgpp Subject: Re: Watch Expression Date: 29 Nov 2000 11:48:14 -0800 Organization: InterWorld Communications Lines: 15 Sender: nate AT mercury DOT st DOT hmc DOT edu Message-ID: <83ofyyo8zl.fsf@mercury.st.hmc.edu> References: <3a254f7c DOT 83510641 AT news DOT connectnet DOT com> NNTP-Posting-Host: mercury.st.hmc.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: nntp1.interworld.net 975527294 5625 134.173.57.219 (29 Nov 2000 19:48:14 GMT) X-Complaints-To: usenet AT news DOT interworld DOT net NNTP-Posting-Date: Wed, 29 Nov 2000 19:48:14 +0000 (UTC) User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.5 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com jvasquez AT getntds DOT com (John Vasquez) writes: > When debugging, is there a way to watch an expression in hexadecimal > vice decimal. > I want to see what inregs is being set to and all I see is decimal > numbers for the registers values. Which debugger? In gdb, you can (IIRC) use display/x variable -- Nate Eldredge neldredge AT hmc DOT edu