[Scope of application]
adviceXross, adviceLUNA II, adviceLUNA
[Question]
What is the behavior if interrupts occur while executing step?
[Answer]
The behavior is depending on the types of step execution.
The following explains the cases of accepting/not accepting the interruption for each step execution.
- For instruction step (inst): Not accept the interruption.
- For line step (line): Not accept the interruption.
- For function step (func-in/func-out): Not accept the interruption.
- For line step within own function(next): Accept the interruption.
- For back to parent function (next return): Accept the interruption.