Continue after an Interrupt of a long-running program
Forum rules
This forum is for discussing APL-related issues. If you think that the subject is off-topic, then the Chat forum is probably a better place for your thoughts !
This forum is for discussing APL-related issues. If you think that the subject is off-topic, then the Chat forum is probably a better place for your thoughts !
2 posts
• Page 1 of 1
Continue after an Interrupt of a long-running program
When I have a long-running function and wish to look at the value of variables during its execution, I use the Action/Interrupt from the menu bar. I assumed that the Action/Execute menu function would continue the program after looking at a few things, but that does not appear to be the case.
How can I break into a long-running program and then resume it after looking at some variables?
How can I break into a long-running program and then resume it after looking at some variables?
+←--------------------------------------------------------------→
+ Jay Moskowitz
+←--------------------------------------------------------------→
+ http://www.linkedin.com/in/jay-moskowitz-5745b83
+
+ Jay Moskowitz
+←--------------------------------------------------------------→
+ http://www.linkedin.com/in/jay-moskowitz-5745b83
+
-
jmosk - Posts: 69
- Joined: Thu Jul 18, 2013 5:15 am
Re: Continue after an Interrupt of a long-running program
Hi Jmosk,
Action->Execute executes the current line and is the same as pressing enter.
This will resume execution of your program:
→⎕LC
If you are in the tracer, the white Play triangle in a green circle will resume execution of all threads.
Regards,
Vince
Action->Execute executes the current line and is the same as pressing enter.
This will resume execution of your program:
→⎕LC
If you are in the tracer, the white Play triangle in a green circle will resume execution of all threads.
Regards,
Vince
- Vince|Dyalog
- Posts: 432
- Joined: Wed Oct 01, 2008 9:39 am
2 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 1 guest
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group