Path: utzoo!attcan!uunet!clyde.concordia.ca!hercule!marcap From: marcap@hercule.cs.concordia.ca (PAWLOWSKY marc) Newsgroups: comp.lang.eiffel Subject: Re: Eiffel Problems, Problems, Problems Keywords: Problems Message-ID: <1933@clyde.concordia.ca> Date: 15 Mar 90 19:44:18 GMT References: <2983@goanna.oz.au> <5983@star.cs.vu.nl> Sender: usenet@clyde.concordia.ca Reply-To: marcap@hercule.CS.Concordia.CA (PAWLOWSKY marc) Organization: Concordia University, Montreal Quebec Lines: 13 In article <5983@star.cs.vu.nl> jos@cs.vu.nl (Jos Warmer) writes: > Does anyone out there actually USE the viewer for debugging ? > If not, how do they manage debugging. > > Jos Warmer > jos@cs.vu.nl The old fashoned way with write statements everywhere in debug blocks. That is why I feel named debug blocks are necessary, so you can selectively turn them on and off. (Yes I could use global variables and if statements, but that defeats the purpose of a debug block.) Marc Pawlowsky Grad Student Concordia University