MATLAB COMPILER RELEASE NOTES User's Guide Page 601

  • Download
  • Add to my manuals
  • Print
  • Page
    / 716
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 600
Desktop Tools and Development Environment
21-11
product is installed and you select the M-Lint preference to Show MATLAB Compiler
deployment messages. You can also disable or enable all deployment messages via the
Editor/Debugger Tools > M-Lint menu. You can suppress specific messages using the
same methods as for other M-Lint messages.
Compatibility Considerations
M-Lint preferences were previously accessed via the Editor/Debugger Language settings
for M. See also “mlint Message IDs Changed and %#ok Syntax Enhanced” on page
21-12
Restore Breakpoints Using New dbstop Feature
You can save the status of breakpoints to a MAT-file using s=dbstatus and restore
the breakpoint status at a later time by loading the MAT-file using the new dbstop(s)
option. For example, set breakpoints in collatz. Run s=dbstatus to assign the
breakpoint status to s; use the 'completenames' option to save absolute pathnames
and breakpoint function nesting sequence. Save s to a MAT-file by running, for example,
save mydebugsession s. At a later time, run load mydebugsession to restore s,
and then run dbstop(s) to restore the breakpoints.
End Debugging Completely Using New dbquit('all') Option
If you debug multiple files at once, you can exit debug mode for all files by running
dbquit('all'). If you debug file1 and step into file2, running dbquit terminates
debugging for both files. However, if you debug file3 and also debug file4, running
dbquit terminates debugging for file4, but file3 remains in debug mode until you
run dbquit again. The new dbquit('all') option ends debugging for both file3 and
file4, and as dbquit does, ends debugging for file1 and file2.
Tuning and Managing M-Files
New features and changes introduced in Version 7.3 (R2006b) are described here.
File Comparison Directory Report Removed; Replaced by File Comparison Tool
The File Comparison Report, one of the directory reports available in the Current
Directory browser, was removed.
Page view 600
1 2 ... 596 597 598 599 600 601 602 603 604 605 606 ... 715 716

Comments to this Manuals

No comments