Another IDL 8.2 Workbench Problem [message #82618] |
Thu, 03 January 2013 09:36  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Folks,
I am running into another IDL 8.2 Workbench issue this morning.
I'm trying to debug a program, so I have put a breakpoint
in a drawing program. As I step though, I get to a long
FOR loop, which I would like to skip over. I set the
cursor to the first line of code after the FOR loop,
and choose "Run to Line" (Cntl-R). The code executes,
and I am located on the right line.
But, now I can no longer step though my code! The F6
key no longer works and the Step In, Step Over, Step Out,
and Skip keywords are grayed out in the Run menu. Sigh...
Any ideas how to get my debugging capabilities back?
Thanks,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thue. ("Perhaps thou speakest truth.")
|
|
|
Re: Another IDL 8.2 Workbench Problem [message #82688 is a reply to message #82618] |
Tue, 08 January 2013 10:12  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Brian J. Daniel writes:
> You could try .step or .stepover at the command line. If IDL doesn't let you do it, than something bigger is wrong.
Yes, something bigger is wrong. Once I get into this state nothing works
as I expect it to. :-)
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thue. ("Perhaps thou speakest truth.")
|
|
|
|