Previous Page Next Page Contents

debug -- execute a procedure in single-step mode

Introduction

debug(statement) starts the MuPAD debugger, allowing to execute statement step by step.

Call(s)

debug(statement)

Parameters

statement - any MuPAD object; typically a function call

Returns

the return value of statement.

Related Functions

noDebug, Pref::ignoreNoDebug, prog::check, prog::profile, prog::trace

Details

Example 1

We start the debugger for stepwise execution of the statement int(cos(x),x), which integrates the cosine function:

>> debug(int(cos(x), x)):

Background

Changes




Do you have questions or comments?


Copyright © SciFace Software GmbH & Co. KG 2000