comparison scripts/miscellaneous/debug.m @ 13867:922bfdd80413

Clean up help about old flags for debug variables * debug.m: Change the wording about old flags into new functions * pt-assign.cc (maybe_warn_former_built_in_variable): Clarify wording about assigning values to functions.
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Mon, 14 Nov 2011 21:50:16 -0500
parents c792872f8942
children 472a25155d82
comparison
equal deleted inserted replaced
13866:7908b27de857 13867:922bfdd80413
55 ## 55 ##
56 ## @item dbquit 56 ## @item dbquit
57 ## Quit debugging mode and return to the main prompt. 57 ## Quit debugging mode and return to the main prompt.
58 ## 58 ##
59 ## @item debug_on_error 59 ## @item debug_on_error
60 ## Flag whether to enter debug mode in case Octave encounters an error. 60 ## Function to query or set whether to enter debug mode in case Octave
61 ## encounters an error.
61 ## 62 ##
62 ## @item debug_on_warning 63 ## @item debug_on_warning
63 ## Flag whether to enter debug mode in case Octave encounters a warning. 64 ## Function to query or set whether to enter debug mode in case Octave
65 ## encounters a warning.
64 ## 66 ##
65 ## @item debug_on_interrupt 67 ## @item debug_on_interrupt
66 ## Flag whether to enter debug mode in case Octave encounters an interupt. 68 ## Function to query or set whether to enter debug mode in case Octave
69 ## encounters an interupt.
67 ## 70 ##
68 ## @end table 71 ## @end table
69 ## 72 ##
70 ## @noindent 73 ## @noindent
71 ## when Octave encounters a breakpoint or other reason to enter debug 74 ## when Octave encounters a breakpoint or other reason to enter debug