Message-Id: <199904161828.OAA29155@delorie.com> From: Robert Hoehne Organization: none provided To: djgpp AT delorie DOT com Date: Fri, 16 Apr 1999 21:27:52 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: watching bool in RHIDE In-reply-to: References: <77gce9$35c$4 AT fe2 DOT cs DOT interbusiness DOT it> X-mailer: Pegasus Mail for Win32 (v3.01d) Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > > How can I watch a bool variable under RHIDE integrated debugger? > > It always displays 'void' when I try to watch. > > I don't have the original mail here, but the answer is: The standard COFF debugging format does not support the bool type. You have to switch to stabs debugging format which is available with gcc 2.8.1 via the -gstabs switch (in RHIDE in Options/Compilers/Debugging) Robert ****************************************************** * email: Robert Hoehne * * Post: Am Berg 3, D-09573 Dittmannsdorf, Germany * * WWW: http://www.tu-chemnitz.de/~sho/rho * ******************************************************