Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!usc!apple!well!mjf From: mjf@well.sf.ca.us (Marty Fried) Newsgroups: comp.sys.mac.programmer Subject: Re: Wishlist for THINK _C_ (4.1 ? 5.0 ?) Message-ID: <17184@well.sf.ca.us> Date: 11 Apr 90 16:54:03 GMT References: <3192@draken.nada.kth.se> <2274@cbnewsk.ATT.COM> <3200@draken.nada.kth.se> <90083.132800CXT105@psuvm.psu.edu> <2993@murtoa.cs.mu.oz.au> <16903@well.sf.ca.us> Reply-To: mjf@well.UUCP (Marty Fried) Organization: Whole Earth 'Lectronic Link, Sausalito, CA Lines: 13 In article <16903@well.sf.ca.us> nilesinc@well.UUCP (Avi Rappoport) writes: >What I really need is a way to keep my breakpoints and variables between >runs of the program. So annoying to have to keep resetting them. I too was frustrated with that aspect of the debugger. I have just discovered that you can use the "skip to here" function to re-run from any point, even from the beginning. If you select the first statement, then select skip to here, the program will start at that point. I haven't had a chance to fully test this out, but it seems to work. I have also used the console routines to resize and even rename to console window. (using stdin and stdout as the FILE *). I had to edit console.c to make it work, though. Hope these discoveries will help other programmers using ThinkC. Marty Fried * SlideTek, Inc. * Sausalito, California