changeset 28485:36c6bd835ec9 stable

* NEWS: Note that dbstop can set breakpoints in classdef ctors and methods.
author John W. Eaton <jwe@octave.org>
date Tue, 16 Jun 2020 17:03:13 -0400
parents 98889de398dd
children 3a05402adef6 a7fcdac012d8
files NEWS
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Tue Jun 16 10:12:00 2020 -0400
+++ b/NEWS	Tue Jun 16 17:03:13 2020 -0400
@@ -88,6 +88,12 @@
   aborts with an explanatory error message.  This behavior can be
   overridden with the `-nodeps` option.
 
+- The command
+
+    dbstop in CLASS at METHOD
+
+  now works to set breakpoints in classdef constructors and methods.
+
 #### Graphics backend
 
 - The use of Qt4 for graphics and the GUI is deprecated in Octave