Matlab-Editor-Plugin
Matlab-Editor-Plugin copied to clipboard
breakpointsViewer
This is a feature request.
Analogically to bookmarksViewer, it would be nice to be able to view all breakpoints in a window.
One can get them now by typing dbstatus
in the console, but that's really not very nice or easy to use.
Here's an example what it looks like in Visual Studio, where I find it really useful:
(edit GY) Nice to have: dockable window
(edit GY) Nice to have: dockable window
Yes. Dockable windows would be very nice to have overall, even for file structure, bookmark viewer and clipboard stack.
-
com.mathworks.mde.editor.breakpoints.MatlabDebugger
in mde.jar - #113
d = com.mathworks.mde.editor.breakpoints.MatlabBreakpointUtils.getDebugger()
d.getBreakpoints()
com.mathworks.mlservices.MatlabDebugServices.getStopIfErrorState()
com.mathworks.mlservices.MatlabDebugServices.getStopIfWarningState()
com.mathworks.mlservices.MatlabDebugServices.getStopIfNanInfState()
com.mathworks.mlservices.MatlabDebugServices.MatlabStopIf.setStopIfError
Display
- [x] display breakpoints
- [x] display line breakpoints
- [x] display anonymous breakpoint
- [x] display conditional breakpoint
- [x] display disabled breakpoint
- [ ] display stop if error
- [ ] always
- [ ] message id
- [ ] display stop if warning
- [ ] always
- [ ] message id
- [ ] display stop if NaN or inf
- [ ] add some fancy icons
saving and restoring
- [ ] save breakpoint and restore on startup
- [ ] restore enabled
- [ ] restore disabled
- [ ] ignore
creation
basically the same list as display