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

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

[Octave-bug-tracker] [bug #57084] some example invocations for dbstop mi


From: A.R. Burgers
Subject: [Octave-bug-tracker] [bug #57084] some example invocations for dbstop misplaced
Date: Sat, 19 Oct 2019 07:32:08 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/18.17763

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

                 Summary: some example invocations for dbstop misplaced
                 Project: GNU Octave
            Submitted by: arb
            Submitted on: Sat 19 Oct 2019 11:32:06 AM UTC
                Category: Documentation
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Documentation
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

The dbstop help looks not completely right, the examples for stopping in a
class seem to be misplaced. The downside of the @var{} decoration is that the
capitalization of e.g. waveClass is lost since @var{} displays as all caps.


diff -r 1dbe839bedcb libinterp/corefcn/debug.cc
--- a/libinterp/corefcn/debug.cc        Fri Oct 18 17:24:37 2019 -0700
+++ b/libinterp/corefcn/debug.cc        Sat Oct 19 13:22:32 2019 +0200
@@ -93,9 +93,9 @@
 @deftypefnx {} {} dbstop if @var{event}
 @deftypefnx {} {} dbstop if @var{event} @var{ID}
 @deftypefnx {} {} dbstop (@var{bp_struct})
+@deftypefnx {} {} dbstop in @var{waveClass} at @var{waveClass.plotEta}
+@deftypefnx {} {} dbstop @var{waveClass} at @var{waveClass.plotEta}
 @deftypefnx {} {@var{rline} =} dbstop @dots{}
-dbstop in waveClass at waveClass.plotEta
-dbstop waveClass at waveClass.plotEta

 Set breakpoints for the built-in debugger.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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