|
| From: | Markus Mützel |
| Subject: | [Octave-bug-tracker] [bug #58323] '...' continuation marker causes parse error when executed with "run selection" in GUI editor |
| Date: | Sat, 9 May 2020 15:07:08 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:77.0) Gecko/20100101 Firefox/77.0 |
Follow-up Comment #18, bug #58323 (project octave):
Here is the output in the command window when replacing the "error" from
comment #16 with keyboard:
>> a = 5
b = 1
a
keyboard
3
b
a =
5
b =
1
a =
5
K>> dbcont
ans =
3
b =
1
The "dbcont" that I typed at the prompt is shown after the command block in
the history and is not part of the group.
So it looks like they really just do "disp, history, eval" (or "history, disp,
eval") and let the interpreter continue from there.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?58323>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |