octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #56604] Interpreter gets confused by <********


From: Doug Stewart
Subject: [Octave-bug-tracker] [bug #56604] Interpreter gets confused by <********
Date: Wed, 10 Jul 2019 09:21:58 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36

URL:
  <https://savannah.gnu.org/bugs/?56604>

                 Summary: Interpreter gets confused by    <********
                 Project: GNU Octave
            Submitted by: dastew
            Submitted on: Wed 10 Jul 2019 01:21:56 PM UTC
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Unexpected Error
                  Status: None
             Assigned to: None
         Originator Name: Doug Stewart
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 5.1.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

I was trying to help a person with their code and I ran into this problem.

Run this code in the GUI default editor.
You will get an error message.
Now with the mouse try and add a breakpoint in the editor.
When you click to add the breakpoint then Octave runs the code again and
reports the error again

I tried many ways to get it out of this mode, but in the end I had to restart
octave

I know where the problem is  but octave should not get stuck like it does.



n=5
s=[2 0;1 1;1 3],
b=[0 -1 0];
center_x=1;
center_y=0;
circle_count=(s(1,1)+s(1,2))/2
Right_connector=zeros(19,4); <*****
Left_connector=zeros(19,4);
connector_index =1;






    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?56604>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]