Mercurial > hg > octave-thorsten
comparison src/pt-stmt.cc @ 7752:40c428ea3408
initial implementation of dbup and dbdown
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Sun, 04 May 2008 03:42:19 -0400 |
parents | a059b5679fbb |
children | 71f068b22fcc |
comparison
equal
deleted
inserted
replaced
7751:7c020c067a60 | 7752:40c428ea3408 |
---|---|
86 | 86 |
87 bool pf = silent ? false : print_flag; | 87 bool pf = silent ? false : print_flag; |
88 | 88 |
89 if (cmd || expr) | 89 if (cmd || expr) |
90 { | 90 { |
91 if (in_function_or_script_body) | 91 if (! (symbol_table::at_top_level () || Vdebugging)) |
92 octave_call_stack::set_statement (this); | 92 octave_call_stack::set_statement (this); |
93 | 93 |
94 maybe_echo_code (in_function_or_script_body); | 94 maybe_echo_code (in_function_or_script_body); |
95 | 95 |
96 try | 96 try |