Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!samsung!uunet!fernwood!portal!cup.portal.com!mvharding From: mvharding@cup.portal.com (Michael V Harding) Newsgroups: comp.sys.mac.programmer Subject: Re: Permanent Break Points in Think C Message-ID: <43619@cup.portal.com> Date: 24 Jun 91 20:52:40 GMT References: <1991Jun19.145055.13153@hubcap.clemson.edu> Organization: The Portal System (TM) Lines: 10 I saw the following (from memory) in a recent MacTutor... If you put the line asm(_Debugger) in your C code, and are running the Think debugger, the code will halt at that line... (whoops, make those (_Debugger) into {_Debugger}