Path: utzoo!utgpu!news-server.csri.toronto.edu!torsqnt!tmsoft!masnet!rose!alain.lachapelle From: alain.lachapelle@rose.uucp (ALAIN LACHAPELLE) Newsgroups: comp.os.msdos.misc Distribution: world Subject: How can I jump ... Message-ID: Date: Wed, 15 May 91 9:17:00 EST Organization: Rose Media, ON, CANADA Lines: 29 From: alain.lachapelle@rose.uucp Subj: How can I jump to a different part of my program using CodeView? rstanton@leland.Stanford.EDU (Richard Stanton) writes: >What I want to be able to do is trace program execution up to a certain >point, then miss a whole chunk of code and restart from a different >part of the program. "restart" ? I guess you mean "continue". If so, you just have to set two breakpoints and use GO (F5) when you want to quickly reach the second breakpoint, after hitting the first. You can also step over functions by hitting the right mouse button while the mouse cursor is on F8 (I'm presently using Codeview 2.1). This will also help focusing on the behaviour you want to observe. You could also set conditional breakpoints. This feature lets you pause the execution of a pgm after reaching a certain number of iterations. Hoping this helps, Alain --- * EZ 1.33 * Montreal, Quebec