Hi Steve,
If you code inside the development environment, there are icons along the top which allow you to insert breakpoints wherever you'd like inside the program. Alternatively, if you just use a simple text editor for coding (like I do), you can insert the command STOP where you'd like the program to break. This will keep all the current variable values, and send you out to the interactive IDL command line.
Dave
|