X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Maurice Lombardi Newsgroups: comp.os.msdos.djgpp Subject: Re: RHIDE's Watch Question Date: Thu, 08 Apr 2004 15:31:40 +0200 Organization: Universite Joseph Fourier - Grenoble 1 Lines: 28 Message-ID: References: NNTP-Posting-Host: knautie.ujf-grenoble.fr Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: rhone.ujf-grenoble.fr 1081431073 29132 152.77.252.196 (8 Apr 2004 13:31:13 GMT) X-Complaints-To: abuse AT ujf-grenoble DOT fr NNTP-Posting-Date: Thu, 8 Apr 2004 13:31:13 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows; U; Win98; fr-FR; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: fr-fr, it, en In-Reply-To: To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Bryan Parkoff a écrit: > How can I change from decimal to hexidecimal in the watch window of > RHIDE that contains a list of variables? It would be easier for me to read > hexidecimal rather than decimal. Thanks... in the watch window for the variable j, type: /x j instead of simply: j all format modifiers of the GDB "print" command are allowed Maurice -- Maurice Lombardi Laboratoire de Spectrometrie Physique, Universite Joseph Fourier de Grenoble, BP87 38402 Saint Martin d'Heres Cedex FRANCE Tel: 33 (0)4 76 51 47 51 Fax: 33 (0)4 76 63 54 95 mailto:Maurice DOT Lombardi AT ujf-grenoble DOT fr