Date: Sat, 15 Jan 2000 12:40:57 +0200 (WET) From: Andris Pavenis To: Eli Zaretskii cc: djgpp AT delorie DOT com Subject: Re: Bug in RHIDE 1.4.7 & 1.4.7.4? In-Reply-To: <38802E9A.18A7525D@is.elta.co.il> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 15 Jan 2000, Eli Zaretskii wrote: > Todorovic wrote: > > > > But works correct in v1.4. When I enter simple "1 + 2" in Debug/Evaluate box > > it says "not available"!!! Can anybody else try it? > > What exactly did you want to achieve by that? > > Latest versions of RHIDE use a newer debugging code from GDB, so it might > reject operations that don't make sense, which previous GDB code accepted. > No. Rhide simply has code that prevents issuing 'print 1+2' command when not running some program under debugger. Perhaps it's good idea for watches dialog but not for evaluate but both uses common code. Andris