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

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

[Octave-bug-tracker] [bug #49068] Cannot set breakpoints in subfunctions


From: Guillaume
Subject: [Octave-bug-tracker] [bug #49068] Cannot set breakpoints in subfunctions
Date: Mon, 12 Sep 2016 12:39:49 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0

URL:
  <http://savannah.gnu.org/bugs/?49068>

                 Summary: Cannot set breakpoints in subfunctions
                 Project: GNU Octave
            Submitted by: gyom
            Submitted on: Mon 12 Sep 2016 12:39:46 PM GMT
                Category: GUI
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Guillaume
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

In the following example (file test_breakpoint.m) of 8 lines, I can only set a
breakpoint to lines 2, 3, 5, 6 but not 8 (ie in the second subfunction) when
using the build-in editor:


function test_breakpoint
disp('test_breakpoint');

function aaaa
disp('aaaa');

function bbbb
disp('bbbb');


If 'endfunction' statements are added to each function, it works.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?49068>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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