当在单个m文件中实现类时,如何在Octave类函数中设置断点?
Octave文档https://www.gnu.org/software/octave/doc/interpreter/Breakpoints.html 简要提一下:
Breakpoints in class methods are also supported (e.g., dbstop ("@class/method")).
但是,我的classdef文件是一个直接位于我的工作目录中的单个m文件。在这种情况下如何设置断点?我试图在Octave 4.0.0 GUI中进行,在命令窗口中,使用dbstop和我能想象的各种参数。但都没有效果。在Matlab中,它就像在GUI编辑器中单击一样简单。