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

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

[Octave-bug-tracker] [bug #47605] dbwhere hangs after debug_on_error sto


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #47605] dbwhere hangs after debug_on_error stops Octave
Date: Mon, 04 Apr 2016 06:55:56 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

Follow-up Comment #4, bug #47605 (project octave):

OK, quick find there...

There is a hunk of code that takes out the comment I posted:


@@ -1506,34 +1506,34 @@
   octave_user_code *dbg_fcn = get_user_code ();

   if (! dbg_fcn)
-    error ("dbwhere: must be inside a user function to use dbwheren");
+    {
+      octave_stdout << "stopped at top level" << std::endl;
+      return ovl ();
+    }


But none of that looks problematic and there really isn't too much prior to
that in the dbwhere routine.  Somewhere in this routine maybe?


+octave_user_code *
+octave_call_stack::do_debug_user_code (void) const
+{



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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