Path: utzoo!attcan!uunet!know!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!aplcen!haven!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn) Newsgroups: comp.sys.apple2 Subject: Re: Q: Prizm and multi-segmented files Keywords: C, Orca/C, prizm Message-ID: <14027@smoke.BRL.MIL> Date: 5 Oct 90 12:05:47 GMT References: <1023@dg.dg.com> Organization: U.S. Army Ballistic Research Laboratory, APG, MD. Lines: 13 In article <1023@dg.dg.com> bkahn@archive.webo.dg.com (Bruce Kahn) writes: >Has anyone been able to debug segmented (desktop) programs under Prizm? >Any ideas (besides cumbersome fprintf's)?? fprintf() won't do you any good in a desktop application. I haven't tried exactly the scenario you describe, but I have managed to successfully use the ORCA debugger with ORCA/C 1.1 under other circumstances. Make sure the COMPILE option is set to generate debugger code (this consists of some COP opcodes followed by data for the debugger), and you may have to create an EXE link output instead of a SYS16 output. Note also there is a "graphics window" that you're expected to open via one of the menu options if your program uses the display.