Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!zaphod.mps.ohio-state.edu!mips!atha!aunro!alberta!herald.usask.ca!regina!hercules.cs.uregina.ca!plummer From: plummer@hercules.cs.uregina.ca (Dave Plummer) Newsgroups: comp.sys.amiga.programmer Subject: Debug info on serial port Message-ID: <483@regina.uregina.ca> Date: 29 May 91 21:53:26 GMT Sender: news@regina.uregina.ca Reply-To: plummer@hercules.cs.uregina.ca (Dave Plummer) Organization: University of Regina, Regina, Saskatchewan Lines: 14 Originator: plummer@hercules I'm looking for a facility to broadcast debug messages out to my remote terminal (variable tracing, stuff like that which you would normally just printf to the screen). I had thought debug.lib provided for this, but can't find anything now that I need it. Was I dreaming, or is there a function to do this? I don't want to actually invoke the debugger. Thanks, Dave PS: Why is that when I AddGList my string gadgets don't seem to get set up properly? If I put that first gadget into the Window structure, they're fine, but if I add them manually, I have problems. Is there something else I have to do for a string gadget? All the other gads work fine when added manually.