Control flow headers should accept interrupts
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
Control flow headers like for (i = 1:100) or switch(EXPR) should be debuggable and at least interruptable by the ESC key.
Should be a not so hard change. Copy the debugger calling logic from the flow control body function to the header evaluation function.
for statements needed some special treatment due to the fact that their header works a bit different.A hardcoded breakpoint was added at a control flow header to the automatic SW test. No deviation detected.
Anonymous
Diff:
Diff:
Diff:
Related
Commit: [r1163]
Diff: