Hi: You can actually use the debugger to set the next statement. Highlight a statement and click on the "Jump to Cursor" button.
Hope this helps. Maptitude Mapping Software <http://www.caliper.com> Group Moderator --- In [email protected], "hobbsies2" <chobbs@...> wrote: > > THANKS!! I did not know that you could change variables by right-clicking on them. That works perfectly! > > > --- In [email protected], Armando Scalise armando.scalise@ wrote: > > > > Carrie > > > > If you are in the debugger, then the easy way to break an infinite loop is > > to generate an error in the code by changing the data type of one of your > > variables. > > > > As an example, if your loop is in a for / next structure, right clck on the > > incremental variable on the variables window, and change its value to a > > string. This will create an error and stop the execution of the code > > > > Not an elegant way of solving the problem, but it works. > > > > Cheers > > > > > > On Mon, Apr 18, 2011 at 6:18 PM, Carrie Hobbs > > chobbs@wrote: > > > > > > > > > > > Thanks for the suggestion, but I'm looking for a way to break out of the > > > infinite loop after the code has started running. I don't think I can > > > change the code after it has started running. The only way I know how is to > > > close all of Maptitude with the task manager. > > > > > > >
