Scilab 5.3.1
- Scilab help
- Scilab
- Scilab keywords
- TMPDIR
- abort
- add_demo
- argn
- banner
- boolean
- break
- clear
- clearfun
- clearglobal
- comp
- continue
- debug
- delbpt
- dispbpt
- edit
- errcatch
- errclear
- error
- error_table
- exists
- exit
- external
- extraction
- format
- funcprot
- funptr
- getdebuginfo
- getmd5
- getmemory
- getmodules
- getos
- getscilabmode
- getshell
- getvariablesonstack
- getversion
- gstacksize
- ieee
- insertion
- intppty
- inv_coeff
- iserror
- isglobal
- lasterror
- macr2lst
- macr2tree
- matrices
- matrix
- mode
- mtlb_mode
- names
- newfun
- null
- pause
- perl
- poly
- predef
- quit
- rational
- readgateway
- resume
- sciargs
- scilab
- setbpt
- sethomedirectory
- stacksize
- startup
- symbols
- testmatrix
- type
- typename
- user
- varn
- ver
- warning
- what
- where
- whereami
- who
- who_user
- whos
- with_atlas
- with_gtk
- with_javasci
- with_macros_source
- with_module
- with_pvm
- with_texmacs
- with_tk
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
delbpt
ブレークポイントを削除する
呼出し手順
delbpt([macroname [,linenumb]])
パラメータ
- macroname
string
- linenumb
スカラー整数または整数ベクトル
説明
関数 macroname
のlinenumb
行目の
ブレークポイントを削除する.
linenumb
には行または行番号の
列ベクトルまたはスカラーの行番号を指定することができます.
Line numbers in linenumb
の行番号は
関数macroname
における物理的な行番号です.
5.0より前のバージョンのScilabでは,
論理的な行番号が使用されていたことに注意してください.
物理的行番号と論理的行番号の差は,
継続行の数です(dot参照).
linenumb
を省略した場合,macroname
関数内
の全てのブレークポイントが削除されます.
macroname
と linenumb
の
両方が省略された場合, 全ての関数の全てのブレークポイントが削除されます.
例
参照
<< debug | Scilab | dispbpt >> |